Package de.slikey.effectlib.math
Class dSinTransform
java.lang.Object
de.slikey.effectlib.math.dSinTransform
- All Implemented Interfaces:
Transform
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
dSinTransform
public dSinTransform()
-
-
Method Details
-
load
public void load(org.bukkit.configuration.ConfigurationSection parameters) -
get
public double get(double input) This returns the derivative, or velocity, of a sin equation at a specific step. For a sin function: f(x) = a*sin(b(x+c)) + d f'(x) = a*b*cos(b(x+c))
-