Class PolarEquationRenderer
-
- All Implemented Interfaces:
-
com.skillw.particlelib.pobject.Playable
public final class PolarEquationRenderer extends ParticleObject implements Playable
表示一个极坐标方程渲染器
Zoyn
-
-
Method Summary
Modifier and Type Method Description final Function<Double, Double>getFunction()final DoublegetMinTheta()final UnitsetMinTheta(Double minTheta)final DoublegetMaxTheta()final UnitsetMaxTheta(Double maxTheta)final DoublegetDTheta()final UnitsetDTheta(Double dTheta)Unitshow()Unitplay()UnitplayNextPoint()-
-
Method Detail
-
getFunction
final Function<Double, Double> getFunction()
-
getMinTheta
final Double getMinTheta()
-
setMinTheta
final Unit setMinTheta(Double minTheta)
- Parameters:
minTheta- 自变量最小值
-
getMaxTheta
final Double getMaxTheta()
-
setMaxTheta
final Unit setMaxTheta(Double maxTheta)
- Parameters:
maxTheta- 自变量最大值
-
playNextPoint
Unit playNextPoint()
-
-
-
-