SpatialBoundingVolume.FromSphere 方法

定义

从指定的球体创建边界卷,其坐标在指定的坐标系中解释。

 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

边界球体。

返回

新的边界卷。

适用于