Abstract
Static
Readonly
deg2radfactor multiplied with angle in degrees yields the angle in radian
Static
Readonly
rad2degfactor multiplied with angle in radian yields the angle in degrees
Static
clampStatic
lerpStatic
snapRounds the given value to the nearest multiple of the given increment using the given rounding function. Default rounding function is Math.round, use Math.floor or Math.ceil to round down or up.
Abstract class supporting various arithmetical helper functions