Share

AcGeScale3d::extractScale

C++

GE_DLLEXPIMPORT AcGeScale3d& extractScale(
    const AcGeMatrix3d& mat
);

Description

Contract: the matrix mat must satisfy the condition mat.isScaledOrtho() == Adesk::kTrue.

The function returns scale vector with scale factors equal to the lengths of the vectors forming the columns of the matrix mat.

Parameters

Parameters Description
mat Input matrix

Links

AcGeScale3d

Was this information helpful?