Constructor (class MKI_3D_MATRIX) New in Version 2026.1

www.CAD6.com

C++ Syntax

MKI_3D_MATRIX::MKI_3D_MATRIX( void );

 

Empty default constructor.

 

MKI_3D_MATRIX::MKI_3D_MATRIX(

 MKI_3D_MATRIX* f_pThis );

 

Standard copy constructor.

 

MKI_3D_MATRIX::MKI_3D_MATRIX(

 const double f_d11,

 const double f_d12,

 const double f_d13,

 const double f_d21,

 const double f_d22,

 const double f_d23,

 const double f_d31,

 const double f_d32,

 const double f_d33,

 const double f_d41,

 const double f_d42,

 const double f_d43 );

 

Initializes this matrix with the given values.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH