Vector3的实例变量
magnitude //距离原点0,0,0的长度
sqrmagnitude //上面值的平方
normalized //求此向量的单位向量,只读
cc = Vector3.Normalize(v) //不改变v

首页 我的博客
粤ICP备17103704号