User:Crusha/UltimateMappingTools/UltimateMathAux

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 07:25, 13 October 2011 by Crusha (talk | contribs) (First revision of page. Checked for correctness.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.