Share via


SpatialBoundingVolume.FromSphere Método

Definición

Crea un volumen delimitador a partir de la esfera especificada, con sus coordenadas interpretadas dentro del sistema de coordenadas especificado.

 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

Parámetros

coordinateSystem
SpatialCoordinateSystem

Sistema de coordenadas en el que se interpretan las coordenadas de la esfera delimitador.

sphere
SpatialBoundingSphere

Esfera delimitador.

Devoluciones

Nuevo volumen de límite.

Se aplica a