Vector3.Length()
Length メソッド
3D ベクトルの長さを返す。
定義
Visual Basic |
Public Function Length() As Single |
C# |
public float Length(); |
Managed C++ |
public: float Length(); |
JScript |
public function Length() : float; |
戻り値
System.Single.
対象
Vector3
© 2002 Microsoft Corporation. All rights reserved. Terms of use.