Math Module
Functions and values
Function or value | Description |
Full Usage:
Math.DegreesToRadians degrees
Parameters:
single
Returns: float32
|
|
|
|
Full Usage:
Math.Init ()
Parameters:
unit
|
|
Full Usage:
Math.RadiansToDegrees radians
Parameters:
single
Returns: float32
|
|
|
|
Full Usage:
Math.SnapDegree (offset, value)
Parameters:
single
value : single
Returns: single
|
|
|
|
Full Usage:
Math.SnapF (offset, value)
Parameters:
single
value : single
Returns: single
|
|
|
|
Full Usage:
Math.SnapI (offset, value)
Parameters:
int
value : int
Returns: int
|
|