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
边界球体。
返回
新的边界卷。