Geometry.ComputeBoundingSphere メソッド
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
 構文
構文Public Shared Function ComputeBoundingSphere ( _ pointsFvf As GraphicsStream, _ numPoints As Integer, _ vertexFormat As VertexFormats, _ <OutAttribute> ByRef center As Vector3 _ ) As Single
Dim pointsFvf As GraphicsStream Dim numPoints As Integer Dim vertexFormat As VertexFormats Dim center As Vector3 Dim returnValue As Single returnValue = Geometry.ComputeBoundingSphere(pointsFvf, numPoints, vertexFormat, center)
public static float ComputeBoundingSphere ( GraphicsStream pointsFvf, int numPoints, VertexFormats vertexFormat, out Vector3 center )
public: static float ComputeBoundingSphere ( GraphicsStream^ pointsFvf, int numPoints, VertexFormats vertexFormat, [OutAttribute] Vector3% center )
public static float ComputeBoundingSphere ( GraphicsStream pointsFvf, int numPoints, VertexFormats vertexFormat, /** @attribute OutAttribute() */ /** @ref */ Vector3 center )
- numPoints
- 頂点の数。 
返される境界球の半径。
 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォームWindows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- Geometry.ComputeBoundingSphere メソッドのページへのリンク

 
                             
                    


