Constructor (class MKI_3D_POINT) New in Version 2026.1

www.CAD6.com

C++ Syntax

MKI_3D_POINT::MKI_3D_POINT( void );

 

Empty default constructor.

 

MKI_3D_POINT::MKI_3D_POINT(

 MKI_3D_POINT* f_pThis );

 

Standard copy constructor.

 

MKI_3D_POINT::MKI_3D_POINT(

 double f_dX,

 double f_dY,

 double f_dZ );

 

Initializes this point with the given coordinates.

 

MKI_3D_POINT::MKI_3D_POINT(

 const MKI_3D_POINT& f_rPoint,

 const MKI_3D_VECTOR& f_rVector );

 

Initializes this point with sum of given point and vector.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH