Gah - a solution with more questions. – EntropicLqd
User:Crusha/UltimateMappingTools/UltimateMathAux
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UltimateMathAux (custom) |
- Package:
- UltimateMappingTools
A very basic class that holds some static auxiliary math functions.
Static functions
ArcTan
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
Modulo for integers. Courtesy of a Worm.