Example #1
0
 static public float GetAngleInRadians(this CardinalOrdinalDirection item)
 {
     return(item.GetAngleInPercent() * Mathq.FULL_REVOLUTION_RADIANS);
 }
Example #2
0
 static public float GetAngleInDegrees(this CardinalOrdinalDirection item)
 {
     return(item.GetAngleInPercent() * Mathq.FULL_REVOLUTION_DEGREES);
 }