ToRadian

ToRadian(Vector3)

を変換Vector3度からradian へ

public static Vector3 ToRadian(Vector3 degree)
パラメータタイプ説明
degreeVector3度の値。

戻り値

ラジアン値。

関連項目


ToRadian(float)

数値を度からラジアンに変換します

public static float ToRadian(float degree)
パラメータタイプ説明
degreeSingle度の値。

戻り値

ラジアン値。

関連項目


ToRadian(double)

数値を度からラジアンに変換します

public static double ToRadian(double degree)
パラメータタイプ説明
degreeDouble度の値。

戻り値

ラジアン値。

関連項目


ToRadian(double, double, double)

ベクトルを度からラジアンに変換します

public static Vector3 ToRadian(double x, double y, double z)
パラメータタイプ説明
xDouble度値の x コンポーネント。
yDouble度値の y コンポーネント。
zDouble度値の z 成分。

戻り値

ラジアン値。

関連項目