Exemplo n.º 1
0
 static public Vector2d CV2d(double x = 0, double y = 0)
 {
     return(tg.CreateVector2d(x, y));
 }