Partager via


SpatialBoundingVolume.FromSphere Méthode

Définition

Crée un volume englobant à partir de la sphère spécifiée, avec ses coordonnées interprétées dans le système de coordonnées spécifié.

 static SpatialBoundingVolume FromSphere(SpatialCoordinateSystem const& coordinateSystem, SpatialBoundingSphere const& sphere);
public static SpatialBoundingVolume FromSphere(SpatialCoordinateSystem coordinateSystem, SpatialBoundingSphere sphere);
function fromSphere(coordinateSystem, sphere)
Public Shared Function FromSphere (coordinateSystem As SpatialCoordinateSystem, sphere As SpatialBoundingSphere) As SpatialBoundingVolume

Paramètres

coordinateSystem
SpatialCoordinateSystem

Système de coordonnées dans lequel interpréter les coordonnées de la sphère englobante.

sphere
SpatialBoundingSphere

Sphère englobante.

Retours

Nouveau volume englobant.

S’applique à