Constructor (class MKI_POINT)

www.CAD6.com

C++ Syntax

MKI_POINT::MKI_POINT( void );

 

Empty default constructor.

 

MKI_POINT::MKI_POINT(

 const MKI_POINT* f_pThis );

 

Standard copy constructor.

 

MKI_POINT::MKI_POINT(

 const MKI_INTPOINT& f_rPoint );

 

Initializes the point with the given point.

 

MKI_POINT::MKI_POINT(

 const double f_dX, const double f_dY );

 

Initializes the point with the given values.

 

MKI_POINT::MKI_POINT(

 const MKI_POINT& f_rPoint,

 const MKI_VECTOR_BASE& f_rVector );

 

Initializes the point with Point + Vector.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH