Box Constructor |
| Name | Description | |
|---|---|---|
| Box(Bounds) |
Constructs a box with the given bounds.
| |
| Box(Box) |
Constructs a box with another specified Box object.
| |
| Box(BoxF) |
Constructs a box with another specified box of BoxF format.
| |
| Box(Vector3) |
Constructs a box with the given center point.
| |
| Box(Bounds, Vector3, Matrix3) |
Constructs a box with the given bounds, origin and axis.
| |
| Box(Bounds, Vector3, Matrix3) |
Constructs a box with the given bounds, origin and axis.
| |
| Box(Vector3, Vector3, Matrix3) |
Constructs a box with the given center, extents and axis.
|