| Name | Description | |
|---|---|---|
![]() | IsNormalized | Determines whether the vector is the unit vector (e.g. Length == 1) |
![]() | 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) |
