ScaleFix (class MKI_MATRIX)

www.CAD6.com

C++ Syntax

void

MKI_MATRIX::ScaleFix(

 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 current translation point.

 

void

MKI_MATRIX::ScaleFix(

 const double f_dFactor );

 

Modifies the matrix by applying a scaling of Factor, relative to the current translation point.

 

void

MKI_MATRIX::ScaleFix(

 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 current translation point.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH