Matrix2D.create Method

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

Description

Creates a transient 2D matrix (3x3) object. It is initialized as an identity matrix.

Syntax

This is a static method.

returnValue = adsk.core.Matrix2D.create()
This is a static method.

#include <Core/Geometry/Matrix2D.h>

returnValue = adsk::core::Matrix2D::create();

Return Value

Type Description
Matrix2D Returns the new matrix.

Version

Introduced in version August 2014