Mostly Harmless

User:Crusha/UltimateMappingTools/UltimateMathAux

From Unreal Wiki, The Unreal Engine Documentation Site
< User:Crusha‎ | UltimateMappingTools
Revision as of 08:25, 13 October 2011 by Crusha (Talk | contribs) (First revision of page. Checked for correctness.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.