Matrix2d.GetCoordinateSystem Method
Parent Object: Matrix2dDescription
Get the coordinate system that this matrix2d maps to from the standard coordinate system.
Syntax
Matrix2d.GetCoordinateSystem( Origin As Point2d, XAxis As Vector2d, YAxis As Vector2d )Parameters
Name | Type | Description |
Origin | Point2d | Specifies the origin point. |
XAxis | Vector2d | Vextor for the X axis of the coordinate system. |
YAxis | Vector2d | Vextor for the Y axis of the coordinate system. |