Overload List
| Method | Description |
|---|---|
Vector2d.IsParallelTo (Vector2d) | This method calls Vector2d.IsParallelTo(Vector2d vector, Tolerance tolerance) with tolerance set to Global. |
Vector2d.IsParallelTo (Vector2d, Tolerance) | Checks if this vector is parallel to the vector vector. Namely, it checks if after normalization (and negation in... more |
