Vector4.Normalize 规范化

function Normalize () : void

Description描述

Makes this vector have a magnitude of 1.

使向量的长度变为1。

Note that this function will change the current vector. If you want to keep the current vector unchanged, use normalized variable.

注意,这个函数将改变当前向量。如果你想保持当前的向量不改变,使用normalized变量。

If this vector is too small to be normalized it will be set to zero.

如果向量太小而不能被规范,它将会被设置成零。

参考:normalized 变量 。

最后修改:2011年1月9日 Sunday 16:10

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。