VectorToAngle(vector)

ベクトル変数を角度に変換する。

float VectorToAngle(
    vector vVector
);

Parameters

vVector

角度に変換したいベクトル


Description

与えられたvVectorを、基準となるベクトル(0, 0, 0)と比較し、角度に換えられた値を返す。



Version

1.26

See Also

functions: AngleToVector | Vector
categories: Type Casting/Conversion Functions


author: Charles Feduke, editor: John Shuell, additional contributor(s): Cheiron, Keith Voss, JP team: ngtaicho
Send comments on this topic.