![]() |
Constructor (class MKI_RECT) |
www.CAD6.com |
C++ SyntaxMKI_RECT::MKI_RECT( void );
Empty default constructor.
MKI_RECT::MKI_RECT( const MKI_RECT* f_pThis );
Standard copy constructor.
MKI_RECT::MKI_RECT( const MKI_INTRECT& f_rRect );
Initializes the rectangle with the given rectangle.
MKI_RECT::MKI_RECT( const double f_dX1, const double f_dY1, const double f_dX2, const double f_dY2 );
Initializes the rectangle with the given extents.
MKI_RECT::MKI_RECT( const MKI_POINT_BASE& f_rPoint1, const MKI_POINT_BASE& f_rPoint2 );
Initializes the rectangle with the given corner points.
MKI_RECT::MKI_RECT( const MKI_QUAD& f_rQuad );
Initializes the rectangle with the surrounding rectangle of the given quadrangle.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH