Constructor (class MKI_VECTOR)

www.CAD6.com

C++ Syntax

MKI_VECTOR::MKI_VECTOR( void );

 

Empty default constructor.

 

MKI_VECTOR::MKI_VECTOR(

 const MKI_VECTOR* f_pThis );

 

Standard copy constructor.

 

MKI_VECTOR::MKI_VECTOR(

 const double f_dX,

 const double f_dY );

 

Initializes the vector with the given values.

 

MKI_VECTOR::MKI_VECTOR(

 const MKI_POINT_BASE& f_rPoint1,

 const MKI_POINT_BASE& f_rPoint2 );

 

Initializes the vector with Point1 - Point2.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH