Curve2D constructor
Abstract const constructor to enable subclasses to provide const constructors so that they can be used in const expressions.
Implementation
const Curve2D();
Abstract const constructor to enable subclasses to provide const constructors so that they can be used in const expressions.
const Curve2D();