The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

User:Crusha/UltimateMappingTools/UltimateMathAux

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> UltimateMathAux (custom)
Package: 
UltimateMappingTools

A very basic class that holds some static auxiliary math functions.

Static functions

ArcTan

static final function float ArcTan (float A)

The one-parameter version. By Wormbo.

VSizeSq

static final function float VSizeSq (Object.Vector A)

Returns the squared length of a vector. Cheaper than VSize().

Operators

int % int

static final operator(18) int % (int A, int B)

Modulo for integers. Courtesy of a Worm.