Addition Operator | Adds two vectors |
Bitwise And Operator | Operator for the crossproduct |
Multiplication Operator | Overloaded. Multiply the point with a Matrix by lifting the z-value with z = 0; The result omit the z-value. |
Subtraction Operator | Subtracts two vectors |
xy Constructor | Constructor with value x and y, who are the coordinates of the point |
cross | Calculates the crossproduct with a value; |
dist | Retrieves the distance to the point p |
Equals | |
GetHashCode (inherited from ValueType) | |
GetType (inherited from Object) | |
length | Retrieves the length of the vector |
mul | Multiply the point with a Matrix by lifting the z-value with z = 0; The result omit the z-value. |
normal | Returns a normal vector which is rotated in counter clockwis sense. |
normalize | Returns a vector of the length one with the same direction |
Parallel | |
sub | Subtract a value and retrieves the difference vector |
ToString | |
toXYZ | Lifts a xy-value to a xyz-value by setting z = 0; |