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 Double
getMinTheta()
final Unit
setMinTheta(Double minTheta)
final Double
getMaxTheta()
final Unit
setMaxTheta(Double maxTheta)
final Double
getDTheta()
final Unit
setDTheta(Double dTheta)
Unit
show()
Unit
play()
Unit
playNextPoint()
-
-
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()
-
-
-
-