The Sphere type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Sphere |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Clone
(Overrides Primitive..::..Clone()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetBoundingBox()()()() |
Returns a bounding box that covers this primitive. Default returns a huge box, so
implement this in the derived class for efficiency
(Inherited from Primitive.) |
![]() | GetBoundingBox(AABox%) |
Returns a bounding box that covers this primitive. Default returns a huge box, so
implement this in the derived class for efficiency
(Inherited from Primitive.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetMassProperties |
GetMassProperties
(Overrides Primitive..::..GetMassProperties(PrimitiveProperties, Single%, Vector3%, Matrix%).) |
![]() | GetSurfaceArea |
GetSurfaceArea
(Overrides Primitive..::..GetSurfaceArea()()()().) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetVolume |
GetVolume
(Overrides Primitive..::..GetVolume()()()().) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | SegmentIntersect |
SegmentIntersect
(Overrides Primitive..::..SegmentIntersect(Single%, Vector3%, Vector3%, Segment).) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | HugeSphere |
Gets hugeSphere
|
![]() | InverseTransformMatrix |
Gets invert transform matrix
(Inherited from Primitive.) |
![]() | Position |
Gets or Sets transform.Position
|
![]() | Radius |
Gets or Sets radius
|
![]() | Transform |
Gets or Sets transform
(Overrides Primitive..::..Transform.) |
![]() | TransformMatrix |
Gets transform matrix
(Inherited from Primitive.) |
![]() | Type |
Gets type
(Inherited from Primitive.) |