Matrix2D.copy Method
Parent Object: Matrix2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix2D.h>
Description
Creates an independent copy of this matrix.
Syntax
"matrix2D_var" is a variable referencing a Matrix2D object.
|
Return Value
Type | Description |
Matrix2D | Returns the new matrix copy. |