Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An oriented bounding box (OBB).
struct Microsoft::Azure::RemoteRendering::OrientedBox
Fields
Center
Center of the box.
Microsoft::Azure::RemoteRendering::Double3 Center{};
HalfExtents
The box's extents along each axis (in its local space).
Microsoft::Azure::RemoteRendering::Float3 HalfExtents{};
Rotation
How the box is oriented at the center position.
Microsoft::Azure::RemoteRendering::Quaternion Rotation{};