Share

Matrix2d.GetCoordinateSystem Method

Parent Object: Matrix2d

Description

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.

Version

Introduced in version 11

Was this information helpful?