Version: 2021.2
言語: 日本語
public Vector4 normalized ;

説明

magnitude を 1 としたベクトル(読み取り専用)

Note that the current vector is unchanged and a new normalized vector is returned. If you want to normalize the current vector, use Normalize function.

ベクトルが小さすぎる場合、正規化されたものは 0 ベクトルとして返されます。

関連項目: Normalize 関数