This struct defines a 3D box oriented around the Y axis. It is internally used for defining the oriented bounding box of two trackables More...
Public Member Functions | |
OrientedBoundingBox3D (Vector3 center, Vector3 halfExtents, float rotationY) | |
Properties | |
Vector3 | Center [get] |
Get the center of the box More... | |
Vector3 | HalfExtents [get] |
Get half width and height of the box More... | |
float | RotationY [get] |
Get the counter clock wise rotation of the box in degrees with respect to the x axis More... | |
This struct defines a 3D box oriented around the Y axis. It is internally used for defining the oriented bounding box of two trackables
OrientedBoundingBox3D | ( | Vector3 | center, |
Vector3 | halfExtents, | ||
float | rotationY | ||
) |
|
get |
Get the center of the box
|
get |
Get half width and height of the box
|
get |
Get the counter clock wise rotation of the box in degrees with respect to the x axis