Class AlgorithmicBezierCurve

java.lang.Object
velo.ladaalpha.fields.math.AlgorithmicBezierCurve

public class AlgorithmicBezierCurve extends Object
The Class AlgorithmicBezierCurve.
  • Constructor Details

    • AlgorithmicBezierCurve

      public AlgorithmicBezierCurve(ArrayList<Point> points)
      Instantiates a new algorithmic bezier curve.
      Parameters:
      points - the points
  • Method Details

    • compute

      public Point compute(double t)
      Compute.
      Parameters:
      t - the t
      Returns:
      the point