Matrix2D.getAsCoordinateSystem Method
Parent Object: Matrix2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix2D.h>
Description
Gets the matrix data as the components that define a coordinate system.
Syntax
"matrix2D_var" is a variable referencing a Matrix2D object.
|
Parameters
Name | Type | Description |
origin | Point2D | The output origin point of the coordinate system. |
xAxis | Vector2D | The output x axis direction of the coordinate system. |
yAxis | Vector2D | The output y axis direction of the coordinate system. |