Struct Bounds
An axis-aligned bounding box (AABB). It is defined through two corners in world-space that span the box.
struct Microsoft::Azure::RemoteRendering::Bounds
Fields
Min
Position of the minimum corner.
Microsoft::Azure::RemoteRendering::Double3 Min{};
Max
Position of the maximum corner.
Microsoft::Azure::RemoteRendering::Double3 Max{};