示例#1
0
 public static float ToAngle(this Facing facing)
 {
     return(VectorToAngle(facing.ToOffset().ToVector2()));
 }