Overload List

  NameDescription
Public methodVector2D()()()()
Initializes a new instance of the Vector2D class
Public methodVector2D(Point2D)
Create a vector from the origin of the coordinate system to the given point
Public methodVector2D(Vector2D)
Initializes a new instance of the Vector2D class
Public methodVector2D(Double, Double)
Create a vector from the origin of the coordinate system to the given point
Public methodVector2D(Point2D, Point2D)
Create a vector from one point to another

See Also