Constructor (class MKI_CUBIC_BEZIER) Changed in Version 2024.2

www.CAD6.com

C++ Syntax

MKI_CUBIC_BEZIER::MKI_CUBIC_BEZIER( void );

 

Empty default constructor.

 

MKI_CUBIC_BEZIER::MKI_CUBIC_BEZIER(

 const MKI_CUBIC_BEZIER* f_pThis );

 

Copies the cubic Bézier curve pointed to by This to this cubic Bézier curve.

 

  MKI_CUBIC_BEZIER(

 const MKI_QUADRATIC_BEZIER& f_rData );

 

Elevates the quadratic Bézier curve in Data to this cubic Bézier curve.

 

MKI_CUBIC_BEZIER::MKI_CUBIC_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,

 const double f_dX4,

 const double f_dY4 );

 

Initializes the cubic Bézier curve with the given values. The values t1 and t2 will be set to (0.0, 1.0). Outline indexes will be set to 0, point handles to -1.

 

MKI_CUBIC_BEZIER::MKI_CUBIC_BEZIER(

 const MKI_POINT& f_rPoint1,

 const MKI_POINT& f_rPoint2,

 const MKI_POINT& f_rPoint3,

 const MKI_POINT& f_rPoint4 );

 

Initializes the cubic Bézier curve with the given values. The values t1 and t2 will be set to (0.0, 1.0). Outline indexes will be set to 0, point handles to -1.

 

MKI_CUBIC_BEZIER::MKI_CUBIC_BEZIER(

 const MKI_POINTDATA& f_rPoint1,

 const MKI_POINTDATA& f_rPoint2,

 const MKI_POINTDATA& f_rPoint3,

 const MKI_POINTDATA& f_rPoint4 );

 

Initializes the cubic 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