|
ScaleFix (class MKI_MATRIX) |
www.CAD6.com |
C++ Syntaxvoid MKI_MATRIX::ScaleFix( const double f_dX, const double f_dY );
Modifies this matrix by applying a horizontal scaling of X and a vertical scaling of Y, relative to the current translation point.
void MKI_MATRIX::ScaleFix( const double f_dFactor );
Modifies this matrix by applying a scaling of Factor, relative to the current translation point.
void MKI_MATRIX::ScaleFix( const MKI_VECTOR& f_rVector );
Modifies this matrix by applying a horizontal scaling of Vector.vx and a vertical scaling of Vector.vy, relative to the current translation point.
|
CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH