SetAdd (class MKI_VECTOR)

www.CAD6.com

C++ Syntax

void

MKI_VECTOR::SetAdd(

 const MKI_VECTOR& f_rVector1,

 const MKI_VECTOR& f_rVector2 );

 

Assigns Vector1 + Vector2 to the vector.

 

void

MKI_VECTOR::SetAdd(

 const MKI_VECTOR& f_rVector1,

 const double f_dFactor,

 const MKI_VECTOR& f_rVector2 );

 

Assigns Vector1 + ( Factor × Vector2 ) to the vector.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH