Function bezierQuadraticNormal

calculates normal vector at point t using direction

vec2 bezierQuadraticNormal(
  const(vec2[]) cp,
  float t
);