The AABox type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddPoint(Vector3) |
Adds a point to the AABB
|
![]() | AddPoint(Vector3%) |
Adds a point to the AABB.
|
![]() | Clear |
Adding points etc.
|
![]() | 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.) |
![]() | GetCentre |
GetCentre
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetMassProperties |
GetMassProperties
(Overrides Primitive..::..GetMassProperties(PrimitiveProperties, Single%, Vector3%, Matrix%).) |
![]() | GetRadiusAboutCentre |
GetRadiusAboutCentre
|
![]() | GetRadiusSqAboutCentre |
GetRadiusSqAboutCentre
|
![]() | GetSideLengths |
GetSideLengths
|
![]() | GetSurfaceArea |
GetSurfaceArea
(Overrides Primitive..::..GetSurfaceArea()()()().) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetVolume |
GetVolume
(Overrides Primitive..::..GetVolume()()()().) |
![]() | IsPointInside |
IsPointInside
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Move |
Move minPos and maxPos += delta
|
![]() ![]() | OverlapTest(AABox, AABox) |
OverlapTest
|
![]() ![]() | OverlapTest(AABox, AABox, Single) |
OverlapTest
|
![]() | SegmentIntersect |
SegmentIntersect
(Overrides Primitive..::..SegmentIntersect(Single%, Vector3%, Vector3%, Segment).) |
![]() | ToString | (Inherited from Object.) |