Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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{};