![]() |
Constructor (class MKI_QUADRATIC_BEZIER) New in Version 2024.2 |
www.CAD6.com |
C++ SyntaxMKI_QUADRATIC_BEZIER::MKI_QUADRATIC_BEZIER( void );
Empty default constructor.
MKI_QUADRATIC_BEZIER::MKI_QUADRATIC_BEZIER( const MKI_QUADRATIC_BEZIER* f_pThis );
Copies the quadratic Bézier curve pointed to by This to this quadratic Bézier curve.
MKI_QUADRATIC_BEZIER::MKI_QUADRATIC_BEZIER( const MKI_LINE& f_rData );
Elevates the line in Data (which is technically also a linear Bézier curve) to this quadratic Bézier curve. The values t1 and t2 will be set to (0.0, 1.0).
MKI_QUADRATIC_BEZIER::MKI_QUADRATIC_BEZIER( const double f_dX1, const double f_dY1, const double f_dX2, const double f_dY2, const double f_dX3, const double f_dY3 );
Initializes the quadratic Bézier curve with the given values. The values t1 and t2 will be set to (0.0, 1.0).
MKI_QUADRATIC_BEZIER::MKI_QUADRATIC_BEZIER( const MKI_POINT& f_rPoint1, const MKI_POINT& f_rPoint2, const MKI_POINT& f_rPoint3 );
Initializes the quadratic Bézier curve with the given values. The values t1 and t2 will be set to (0.0, 1.0).
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH