Add (class MKI_POINT)

www.CAD6.com

C++ Syntax

void

MKI_POINT::Add(

 const double f_dX,

 const double f_dY );

 

Adds the vector ( xy ) to this point.

 

void

MKI_POINT::Add(

 const MKI_VECTOR& f_rVector );

 

Adds Vector to this point.

 

void

MKI_POINT::Add(

 const double f_dFactor,

 const MKI_VECTOR& f_rVector )

 

Adds Factor × Vector to this point.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH