Constructor (class MKI_QUAD)

www.CAD6.com

C++ Syntax

MKI_QUAD::MKI_QUAD( void );

 

Empty default constructor.

 

MKI_QUAD::MKI_QUAD(

 const MKI_QUAD* f_pThis )

 

Standard copy constructor.

 

MKI_QUAD::MKI_QUAD(

 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 quadrangle with the given point coordinates.

 

MKI_QUAD::MKI_QUAD(

 const MKI_POINT& f_rPoint1,

 const MKI_POINT& f_rPoint2,

 const MKI_POINT& f_rPoint3,

 const MKI_POINT& f_rPoint4 );

 

Initializes the quadrangle with the given points.

 

MKI_QUAD::MKI_QUAD(

 const double f_dX1,

 const double f_dY1,

 const double f_dX2,

 const double f_dY2 );

 

Initializes the quadrangle with the given rectangle extents.

 

MKI_QUAD::MKI_QUAD(

 const MKI_RECT& f_rRect );

 

Initializes the quadrangle with the given rectangle.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH