Method |
Description |
|
AxisAlignedBoundingBox ( System.Vector3 minXYZ, System.Vector3 maxXYZ ) : System |
|
|
Clamp ( System.Vector3 &positionToClamp ) : void |
|
|
Contains ( AxisAlignedBoundingBox bounds ) : bool |
|
|
GetCenter ( ) : System.Vector3 |
|
|
GetCenterX ( ) : double |
|
|
GetIntersectCost ( ) : double |
This is the computation cost of doing an intersection with the given type. Attempt to give it in average CPU cycles for the intersecton. |
|
GetSurfaceArea ( ) : double |
|
|
GetVolume ( ) : double |
|
|
Intersection ( AxisAlignedBoundingBox boundsA, AxisAlignedBoundingBox boundsB ) : AxisAlignedBoundingBox |
|
|
NewTransformed ( Matrix4X4 transform ) : AxisAlignedBoundingBox |
|
|
ToString ( ) : string |
|
|
Union ( AxisAlignedBoundingBox boundsA, AxisAlignedBoundingBox boundsB ) : AxisAlignedBoundingBox |
|
|
Union ( AxisAlignedBoundingBox bounds, System.Vector3 vertex ) : AxisAlignedBoundingBox |
|
|
operator ( ) : AxisAlignedBoundingBox |
|
|
this ( int index ) : System.Vector3 |
|
|