FlippedCurve constructor

const FlippedCurve(
  1. Curve curve
)

Creates a flipped curve.

Implementation

const FlippedCurve(this.curve);