示例#1
0
 public static FP Angle(this TSVector2 v)
 {
     return(TSMath.Atan2(v.y, v.x));
 }