MathUtils

spine.support.math.MathUtils (Class)

Static Members

spine
degRad: Float

spine
radDeg: Float

spine
sinDeg(degrees: Float): Float
Name Type
degrees Float
Returns
Float

spine
cosDeg(degrees: Float): Float
Name Type
degrees Float
Returns
Float

spine
sin(angle: Float): Float
Name Type
angle Float
Returns
Float

spine
cos(angle: Float): Float
Name Type
angle Float
Returns
Float

spine
clamp(value: Float, min: Float, max: Float): Float
Name Type
value Float
min Float
max Float
Returns
Float

spine
max(val1: Dynamic, val2: Dynamic): Dynamic
Name Type
val1 Dynamic
val2 Dynamic
Returns
Dynamic

spine
min(val1: Dynamic, val2: Dynamic): Dynamic
Name Type
val1 Dynamic
val2 Dynamic
Returns
Dynamic

spine
signum(val: Float): Int
Name Type
val Float
Returns
Int

Metadata

Name Parameters
:hxGen -