SpatialBoundingVolume.FromSphere Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Membuat volume pembatas dari bola yang ditentukan, dengan koordinatnya ditafsirkan dalam sistem koordinat yang ditentukan.
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
Parameter
- coordinateSystem
- SpatialCoordinateSystem
Sistem koordinat untuk menginterpretasikan koordinat bola pembatas.
- sphere
- SpatialBoundingSphere
Bola pembatas.
Mengembalikan
Volume pembatas baru.