Bagikan melalui


SpatialBoundingVolume.FromSphere Metode

Definisi

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.

Berlaku untuk