Share via


SpatialBoundingSphere Structure

Définition

Sphère englobante dans l’environnement de l’utilisateur, avec des coordonnées exprimées en mètres.

/// [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
Héritage
SpatialBoundingSphere
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v2.0)

Remarques

SpatialBoundingSphere est défini par son centre et son rayon. Ses coordonnées sont exprimées en mètres et sont significatives dans un système de coordonnées spécifique généralement spécifié à côté de la sphère.

Champs

Center

Position du centre de la sphère.

Radius

Rayon de la sphère.

S’applique à