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