SpatialBoundingVolume.FromSphere 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的球體建立周框磁片區,並在指定的座標系統中解譯其座標。
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
參數
- coordinateSystem
- SpatialCoordinateSystem
要在其中解譯周框球體座標的座標系統。
- sphere
- SpatialBoundingSphere
周框球體。
傳回
新的周框磁片區。