Share

Matrix3D.transformBy Method

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

Description

Transforms this matrix using the input matrix.

Syntax

"matrix3D_var" is a variable referencing a Matrix3D object.
returnValue = matrix3D_var.transformBy(matrix)

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
matrix Matrix3D The transformation matrix.

Version

Introduced in version August 2014

Was this information helpful?