FlippedCurve constructor

const FlippedCurve(Curve curve)

Creates a flipped curve.

The curve argument must not be null.

Implementation

const FlippedCurve(this.curve) : assert(curve != null);