Name | Description | |
---|---|---|
![]() | IsNormalized | Determines whether the vector is the unit vector (e.g. Length == 1) |
![]() | IsValid | Checks whether this point is valid, i.e. whether X and Y are both different from Double.NaN. |
![]() | IsZero | Checks whether this is the zero point (i.e. x and y are 0). |
![]() | Length | Gets the vector length |
![]() | LengthSquare | Gets the vector length square (length * length) |
![]() | NormalUnitVector | Gets the unit vector (with length == 1), which is perpendicular to this vector |
![]() | NormalVector | Gets a vector, which is perpendicular to this vector |