Description
The function returns scale vector with scale factors equal to the lengths of the vectors forming the columns of the matrix mat.
Visual Basic
Public static Function ExtractScale( mat As Matrix2d ) As Scale2d
C#
public static Scale2d ExtractScale( Matrix2d mat );
Parameters
| Parameters | Description |
|---|---|
| Matrix2d mat | Input matrix |