Represents a sphere.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)

Syntax

C#
[SerializableAttribute]
public class SphereShape : ConvexShape
Visual Basic
<SerializableAttribute> _
Public Class SphereShape _
	Inherits ConvexShape
Visual C++
[SerializableAttribute]
public ref class SphereShape : public ConvexShape

Inheritance Hierarchy

System..::..Object
  DigitalRune.Geometry.Shapes..::..Shape
    DigitalRune.Geometry.Shapes..::..ConvexShape
      DigitalRune.Geometry.Shapes..::..SphereShape

See Also