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