Defines a 3D box shape in its local space. In order to create a Shape3D of type Shape3DType.Box, use Shape3D.CreateBox.
- See also
- Shape3D, Shape3DType
More...
|
const int | SIZE = FPVector3.SIZE + FP.SIZE |
| The size of the struct in bytes. More...
|
|
|
FPVector3 | Extents [get, set] |
| Vector that defines the distance from the box centroid to the furthest point in the positive direction of each axis. More...
|
|
Defines a 3D box shape in its local space. In order to create a Shape3D of type Shape3DType.Box, use Shape3D.CreateBox.
- See also
- Shape3D, Shape3DType
◆ SIZE
const int Quantum.Shape3D.BoxShape.SIZE = FPVector3.SIZE + FP.SIZE |
|
static |
The size of the struct in bytes.
◆ Extents
Vector that defines the distance from the box centroid to the furthest point in the positive direction of each axis.