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