Add (class MKI_VECTOR)

www.CAD6.com

C++ Syntax

void

MKI_VECTOR::Add(

 const double f_dX,

 const double f_dY );

 

Adds the vector ( x, y ) to the vector.

 

void

MKI_VECTOR::Add(

 const MKI_VECTOR& f_rVector );

 

Adds Vector to the vector.

 

void

MKI_VECTOR::Add(

 const double f_dFactor,

 const MKI_VECTOR& f_rVector );

 

Adds Factor × Vector to the vector.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH