Parabola represented as quadratic function f(t)= at^2 + bt + c

Constructors

Properties

a b c

Methods

Constructors

  • Constructs a parabola by calculating its coefficients using three points lying on it

    Parameters

    • p0: Point

      first point on parabola

    • p1: Point

      second point on parabola

    • p2: Point

      third point on parabola

    Returns Parabola

Properties

Methods

Generated using TypeDoc