Share

Scale2d.ExtractScale Method

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

Links

Scale2d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?