Vector3.magnitude 长度

var magnitude : float

Description描述

Returns the length of this vector (Read Only).

返回向量的长度(只读)。

The length of the vector is square root of (x*x+y*y+z*z).

向量的长度是(x*x+y*y+z*z)的平方根。

If you only need to compare magnitudes of some vectors, you can compare squared magnitudes of them using sqrMagnitude (computing squared magnitudes is faster).

如果你需要比较一些向量的长度,你可以比较它们长度的平方,使用sqrMagnitude(计算平方很快)。

参见: sqrMagnitude.

最后修改:2011年1月4日 Tuesday 21:16

本脚本参考基于Unity 3.4.1f5

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