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 Matrix3d ) As Scale3d
C#
public static Scale3d ExtractScale( Matrix3d mat );
Parameters
| Parameters | Description |
|---|---|
| Matrix3d mat | Input matrix |