SpatialBoundingSphere 구조체

정의

좌표가 미터 단위로 표현된 사용자 주위의 경계 구입니다.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
struct SpatialBoundingSphere
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public struct SpatialBoundingSphere
var spatialBoundingSphere = {
center : /* Your value */,
radius : /* Your value */
}
Public Structure SpatialBoundingSphere
상속
SpatialBoundingSphere
특성

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에서 도입되었습니다.)

설명

SpatialBoundingSphere는 중심과 반경으로 정의됩니다. 해당 좌표는 미터 단위로 표현되며 일반적으로 구와 함께 지정된 특정 좌표계에서 의미가 있습니다.

필드

Center

구의 가운데 위치입니다.

Radius

구의 반지름입니다.

적용 대상