次の方法で共有


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

境界球。

戻り値

新しい境界ボリューム。

適用対象