次の方法で共有


Vector3.Length(Vector3)

Length メソッド

3D ベクトルの長さを返す。

定義

Visual Basic Public Function Length( _
    ByVal source As Vector3 _
) As Single
C# public float Length(
    Vector3 source
);
Managed C++ public: float Length(
    Vector3 source
);
JScript public function Length(
    source : Vector3
) : float;

パラメータ

source Microsoft.DirectX.Vector3.

戻り値

System.Single.

対象

Vector3

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