Description
This method calls Vector2d.IsParallelTo(Vector2d vector, Tolerance tolerance) with tolerance set to Global.
Visual Basic
Public Function IsParallelTo( vector As Vector2d ) As bool
C#
public bool IsParallelTo( Vector2d vector );
Parameters
| Parameters | Description |
|---|---|
| Vector2d vector | Input vector |