Scale (class MKI_MATRIX) |
www.CAD6.com |
C++ Syntaxvoid MKI_MATRIX::Scale( const double f_dX, const double f_dY );
Modifies the matrix by applying a horizontal scaling of x and a vertical scaling of y, relative to the origin.
void MKI_MATRIX::Scale( const double f_dFactor );
Modifies the matrix by applying a scaling of Factor, relative to the origin.
void MKI_MATRIX::Scale( const MKI_VECTOR_BASE& f_rVector );
Modifies the matrix by applying a horizontal scaling of Vector.vx and a vertical scaling of Vector.vy, relative to the origin.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH