Two dimensional vector class built using unified dimensions (UDims). The UVector2 class is used for representing both positions and sizes. More...
Public Member Functions | |
| Vector2 | asAbsolute (Size base) |
| Vector2 | asRelative (Size base) |
| void | add (UVector2 other) |
| void | subtract (UVector2 other) |
| void | divide (UVector2 other) |
| void | multiply (UVector2 other) |
| bool | operator= (UVector2 other) |
Public Attributes | |
| UDim | x |
| UDim | y |
Two dimensional vector class built using unified dimensions (UDims). The UVector2 class is used for representing both positions and sizes.
1.8.1.1