Ejemplo n.º 1
0
 public static extern void CompToPolarConversion(Vector2D_comp vec, ref Vector2D_polar temp);
Ejemplo n.º 2
0
 public static extern void PolarToCompConversion(Vector2D_polar vec, ref Vector2D_comp temp);