Class GeneralEquationRenderer
-
- All Implemented Interfaces:
-
com.skillw.particlelib.pobject.Playable
public final class GeneralEquationRenderer extends ParticleObject implements Playable
表示一个普通方程渲染器
Zoyn
-
-
Method Summary
Modifier and Type Method Description final Function<Double, Double>
getFunction()
函数 final Double
getMinX()
自变量最小值 final Unit
setMinX(Double minX)
自变量最小值 final Double
getMaxX()
自变量最大值 final Unit
setMaxX(Double maxX)
自变量最大值 final Double
getDeltaX()
自变量变化值 final Unit
setDeltaX(Double deltaX)
自变量变化值 Unit
show()
Unit
play()
Unit
playNextPoint()
-
-
Method Detail
-
getFunction
final Function<Double, Double> getFunction()
函数
-
playNextPoint
Unit playNextPoint()
-
-
-
-