BezierPoint

public void BezierPoint(Point point)

This creates a new BezierPoint with a specified Point. This is just a point but it extends the BezierCurve class so things work.

Parameters

point

the specified point.


public void BezierPoint(Pose pose)

This creates a new BezierPoint with a specified Point. This is just a point but it extends the BezierCurve class so things work.

Parameters

pose

the specified point.