ParabolaKernel.this

Builds parabola given three points

  1. this(T a, T b, T c)
  2. this(T x0, T x1, T x2, T y0, T y1, T y2)
    struct ParabolaKernel(T)
    @optmath
    this
    (
    T x0
    ,
    T x1
    ,
    T x2
    ,
    T y0
    ,
    T y1
    ,
    T y2
    )

Meta