Matrix3D.setToIdentity Method

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

Description

Resets this matrix to an identify matrix.

Syntax

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

#include <Core/Geometry/Matrix3D.h>

returnValue = matrix3D_var->setToIdentity();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version August 2014