Class TwoRankBezierCurve
-
- All Implemented Interfaces:
public final class TwoRankBezierCurve extends ParticleObject
表示一条二阶贝塞尔曲线
给定三点, 自动生成一条二阶贝塞尔曲线
构造一个三阶贝塞尔曲线
Zoyn
-
-
Constructor Summary
Constructors Constructor Description TwoRankBezierCurve(Location p0, Location p1, Location p2, Double step)
-
Method Summary
Modifier and Type Method Description final Location
getP0()
final Unit
setP0(Location p0)
final Location
getP1()
final Unit
setP1(Location p1)
final Location
getP2()
final Unit
setP2(Location p2)
final Double
getStep()
final Unit
setStep(Double step)
Unit
show()
final Unit
resetLocations()
重新计算贝塞尔曲线上的点
-