The LibMathf script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like LibMathf (Mathf).
For this script, the Papyrus index knows about:
- 40 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
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
