Constructor (class MKI_3D_VECTOR) New in Version 2026.1

www.CAD6.com

C++ Syntax

MKI_3D_VECTOR::MKI_3D_VECTOR( void );

 

Empty default constructor.

 

MKI_3D_VECTOR::MKI_3D_VECTOR(

 MKI_3D_VECTOR* f_pThis );

 

Standard copy constructor.

 

MKI_3D_VECTOR::MKI_3D_VECTOR(

 double f_dX,

 double f_dY,

 double f_dZ );

 

Initializes this vector with the given components.

 

MKI_3D_VECTOR::MKI_3D_VECTOR(

 const MKI_3D_POINT& f_rPoint1,

 const MKI_3D_POINT& f_rPoint2 );

 

Initializes this vector with the difference of the given points.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH