次の方法で共有


Frame.CalculateBoundingSphere(Frame,Vector3)

CalculateBoundingSphere メソッド

フレーム階層内のすべてのメッシュの境界球を算出する。

定義

Visual Basic Public Shared Function CalculateBoundingSphere( _
    ByVal frameRoot As Frame, _
    ByRef center As Vector3 _
) As Single
C# public static float CalculateBoundingSphere(
    Frame frameRoot,
    out Vector3 center
);
Managed C++ public: static float CalculateBoundingSphere(
    FrameframeRoot,
    Vector3center
);
JScript public static function CalculateBoundingSphere(
    frameRoot : Frame,
    center : Vector3
) : float;

パラメータ

frameRoot Microsoft.DirectX.Direct3D.Frame.
center Microsoft.DirectX.Vector3.

戻り値

System.Single.

対象

Frame

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