SpatialBoundingOrientedBox 结构

定义

用户周围环境中的定向边界框,坐标以米表示。

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
struct SpatialBoundingOrientedBox
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public struct SpatialBoundingOrientedBox
var spatialBoundingOrientedBox = {
center : /* Your value */,
extents : /* Your value */,
orientation : /* Your value */
}
Public Structure SpatialBoundingOrientedBox
继承
SpatialBoundingOrientedBox
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

注解

SpatialBoundingOrientedBox 由其中心和范围以及相对于坐标系轴的方向定义。 其坐标以米表示,在通常与框一起指定的特定坐标系中有意义。

字段

Center

边界框的中心位置。

Extents

旋转前沿每个轴的边界框的大小。

Orientation

边界框相对于坐标系轴的旋转。

适用于