Matrix2D.transformBy Method

Parent Object: Matrix2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix2D.h>

Description

Transforms this matrix using the input matrix.

Syntax

"matrix2D_var" is a variable referencing a Matrix2D object.
returnValue = matrix2D_var.transformBy(matrix)
"matrix2D_var" is a variable referencing a Matrix2D object.

#include <Core/Geometry/Matrix2D.h>

returnValue = matrix2D_var->transformBy(matrix);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
matrix Matrix2D The transformation matrix.

Version

Introduced in version August 2014