scale
Scales the vector by the UI_SCALING value. This modifies and returns the destination vector. If the destination vector is null, a new Vector is returned with the scaled source. The source vector is not modified unless it is also provided as the dest argument.
Return
dest vector as a scaled copy of source
Parameters
source
provided vector
dest
destination vector
Scales the vector by the UI_SCALING value. This modifies and returns the provided vector. If UI_SCALING is not modified (1), then no change is made to the source vector.
Return
provided vector scaled
Parameters
source
provided vector
Multiplies the float by the UI_SCALING value.
Return
scaled float
Parameters
source
value