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