Example #1
0
 public static extern void CompToPolarConversion(Vector2D_comp vec, ref Vector2D_polar temp);
Example #2
0
 public static extern void PolarToCompConversion(Vector2D_polar vec, ref Vector2D_comp temp);