The AABox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AABox()()()() |
Constructor
|
![]() | AABox(Vector3, Vector3) |
Position based on one corner. sideLengths are the full side
lengths (each element must be >= 0)
|
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.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | HugeBox |
Gets hugeBox
|
![]() | InverseTransformMatrix |
Gets invert transform matrix
(Inherited from Primitive.) |
![]() | MaxPos |
Gets or Sets maxPos
|
![]() | MinPos |
Gets or Sets minPos
|
![]() | Transform |
Gets new Transform or Sets offset to value.Position
(Overrides Primitive..::..Transform.) |
![]() | TransformMatrix |
Gets transform matrix
(Inherited from Primitive.) |
![]() | Type |
Gets type
(Inherited from Primitive.) |