BoxF Constructor |
Name | Description | |
---|---|---|
BoxF(BoundsF) |
Constructs a box with the given bounds.
| |
BoxF(BoxF) |
Constructs a box with another specified BoxF object.
| |
BoxF(Vector3F) |
Constructs a box with the given center point.
| |
BoxF(BoundsF, Vector3F, Matrix3F) |
Constructs a box with the given bounds, origin and axis.
| |
BoxF(BoundsF, Vector3F, Matrix3F) |
Constructs a box with the given bounds, origin and axis.
| |
BoxF(Vector3F, Vector3F, Matrix3F) |
Constructs a box with the given center, extents and axis.
| |
BoxF(Vector3F, Vector3F, Matrix3F) |
Constructs a box with the given center, extents and axis.
|