The vector structure handles basic operations such as add subtract and multiplication of vectors.
Sets the vector to zero.
Creates a new instance of the Vec object using a System.Drawing.Point.
Creates a new instance of the Vec object.
Calculates the distance between two vectors.
Provides the midpoint between two points.
Adds two vectors.
Multiply two vectors.
Subtracts two vectors.
Displays the X and Y coordinates.