Package com.soulfiremc.server.script.nodes.math
@NullMarked
package com.soulfiremc.server.script.nodes.math
Mathematical operation nodes for arithmetic, interpolation, and formula evaluation.
-
ClassesClassDescriptionMath node that returns the absolute value of a number.Math node that adds two numbers.Math node that performs B-spline curve interpolation.Math node that rounds a number up to the nearest integer.Math node that constrains a value within a range.Math node that calculates the cosine of an angle.Math node that calculates the distance between two 3D points.Math node that divides two numbers.Math node that rounds a number down to the nearest integer.Math node that evaluates a custom mathematical expression.Math node that performs linear interpolation between two values.Math node that returns the maximum of two numbers.Math node that returns the minimum of two numbers.Math node that computes the modulo (remainder) of two numbers.Math node that multiplies two numbers.Math node that raises a number to a power.Math node that generates a random number within a range.Math node that rounds a number to the nearest integer.Math node that calculates the sine of an angle.Math node that calculates the square root of a number.Math node that subtracts two numbers.Math node that calculates the tangent of an angle.