Property | Type | Description | |
---|---|---|---|
Max | Vector3 | ||
Min | Vector3 |
Method | Description | |
---|---|---|
CreateFromPoints ( IList |
Creates the smallest possible bounding box that contains a list of points.
|
|
ToString ( ) : string |
Creates a string representation of the bounding box.
|
Method | Description | |
---|---|---|
BoundingBox ( Vector3 min, Vector3 max ) : System | ||
ComputeVolume ( |
||
Contains ( |
||
CreateFromSphere ( |
||
CreateMerged ( |
||
Intersects ( |
||
Intersects ( |
public static CreateFromPoints ( IList |
||
points | IList |
Points to enclose with a bounding box. |
return |