Add (class MKI_POINT) |
www.CAD6.com |
C++ Syntaxvoid MKI_POINT::Add( const double f_dX, const double f_dY );
Adds the vector ( x, y ) to the point.
void MKI_POINT::Add( const MKI_VECTOR_BASE& f_rVector );
Adds Vector to the point.
void MKI_POINT::Add( const double f_dFactor, const MKI_VECTOR_BASE& f_rVector )
Adds Factor × Vector to the point.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH