Package velo.ladaalpha.fields.math
Class AlgorithmicBezierCurve
java.lang.Object
velo.ladaalpha.fields.math.AlgorithmicBezierCurve
The Class AlgorithmicBezierCurve.
-
Constructor Summary
ConstructorsConstructorDescriptionAlgorithmicBezierCurve(ArrayList<Point> points) Instantiates a new algorithmic bezier curve. -
Method Summary
-
Constructor Details
-
AlgorithmicBezierCurve
Instantiates a new algorithmic bezier curve.- Parameters:
points- the points
-
-
Method Details
-
compute
Compute.- Parameters:
t- the t- Returns:
- the point
-