次の方法で共有


Geometry.ComputeBoundingBox(Array,VertexFormats,Vector3,Vector3)

ComputeBoundingBox メソッド

座標軸を原点とする境界ボックスを算出する。

定義

Visual Basic Public Shared Sub ComputeBoundingBox( _
    ByVal pointsFvf As Array, _
    ByVal vertexFormat As VertexFormats, _
    ByRef min As Vector3, _
    ByRef max As Vector3 _
)
C# public static void ComputeBoundingBox(
    Array pointsFvf,
    VertexFormats vertexFormat,
    out Vector3 min,
    out Vector3 max
);
Managed C++ public: static void ComputeBoundingBox(
    ArraypointsFvf,
    VertexFormats vertexFormat,
    Vector3min,
    Vector3max
);
JScript public static function ComputeBoundingBox(
    pointsFvf : Array,
    vertexFormat : VertexFormats,
    min : Vector3,
    max : Vector3
) : void;

パラメータ

pointsFvf System.Array.
vertexFormat Microsoft.DirectX.Direct3D.VertexFormats.
min Microsoft.DirectX.Vector3.
max Microsoft.DirectX.Vector3.

対象

Geometry

© 2002 Microsoft Corporation. All rights reserved. Terms of use.