Description
For each index i is less than 2, this function sets the i-th scale factor of this scale vector to the length of the i-th column of the matrix mat considered as vector. If Determinant(mat) is not positive, then sx is negated. Then for each index i that is less than 2, the i-th column is divided by i-th scale factor.
Returns the scale vector.
Visual Basic
Public static Function RemoveScale( mat As Matrix2d ) As Scale2d
C#
public static Scale2d RemoveScale( Matrix2d mat );
Parameters
| Parameters | Description |
|---|---|
| Matrix2d mat | Input matrix |