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
境界球。
戻り値
新しい境界ボリューム。