LibMathf
- Found in:
- Mathf
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- Mathf
Compares two floating point values and returns true if they are similar
- Found in:
- Mathf
Returns the closest power of two number
- Found in:
- Mathf
Calculates the shortest difference between two angles in degrees
- Found in:
- Mathf
Returns the largest number (as Int) smaller than or equal to f
- Found in:
- Mathf
Calculates the linear parameter t that produces the interpolant value within the range [a, b]
- Found in:
- Mathf
Returns true if the number is power of two
- Found in:
- Mathf
Linearly interpolates between a and b by t with no limit to t
- Found in:
- Mathf
Moves current value towards target
- Found in:
- Mathf
Same as MoveTowards but makes sure the values interpolate correctly when they wrap around 360 degrees
- Found in:
- Mathf
Returns the next power of two greater than or equal to n
- Found in:
- Mathf
Returns f (as Int) rounded to the nearest integer
- Found in:
- Mathf
Interpolates between min and max with smoothing at the limits
