Public Member Functions | Public Attributes
GUI::UVector2 Class Reference

Two dimensional vector class built using unified dimensions (UDims). The UVector2 class is used for representing both positions and sizes. More...

List of all members.

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

Detailed Description

Two dimensional vector class built using unified dimensions (UDims). The UVector2 class is used for representing both positions and sizes.