Overload List
| Name | Description | |
|---|---|---|
| Vector2D()()()() | Initializes a new instance of the Vector2D class | |
| Vector2D(Point2D) |
Create a vector from the origin of the coordinate system to the given point
| |
| Vector2D(Vector2D) | Initializes a new instance of the Vector2D class | |
| Vector2D(Double, Double) |
Create a vector from the origin of the coordinate system to the given point
| |
| Vector2D(Point2D, Point2D) |
Create a vector from one point to another
|