public void FromDegree(int degree) { //ZZWTODO 和美术资源的默认朝向相关 x = IntMath.CosI(degree); z = IntMath.SinI(degree); Normalize(); }