Exemplo n.º 1
0
 public double SignedAngleTo(Vector2D v2, bool clockWise, bool returnNegative = false);
Exemplo n.º 2
0
 public Vector2D Subtract(Vector2D v);
Exemplo n.º 3
0
 public bool IsPerpendicularTo(Vector2D othervector, double tolerance = 1e-010);
Exemplo n.º 4
0
 public Vector2D ProjectOn(Vector2D other);
Exemplo n.º 5
0
 public bool Equals(Vector2D other, double tolerance);
Exemplo n.º 6
0
 public bool IsParallelTo(Vector2D othervector, double tolerance      = 1e-010);
Exemplo n.º 7
0
 public bool Equals(Vector2D other);
Exemplo n.º 8
0
 public double DotProduct(Vector2D other);
Exemplo n.º 9
0
 public double CrossProduct(Vector2D other);
Exemplo n.º 10
0
 public double AngleTo(Vector2D toVector2D);
Exemplo n.º 11
0
 public Vector2D Add(Vector2D v);