Beispiel #1
0
 public static Vector2 AngledVector(float length = 1)
 {
     return(VectorOps.FromRadians(AngleInRadians(), length));
 }