Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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{};