Aracılığıyla paylaş


Struct OrientedBox

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{};