SpatialBoundingVolume.FromSphere Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.