Share

Matrix2d.SetCoordinateSystem Method

Parent Object: Matrix2d

Description

Sets this matrix2d to be the matrix2d that maps from the standard coordinate system to the specified coordinate system.

Syntax

Matrix2d.SetCoordinateSystem( Origin As Point2d, XAxis As Vector2d, YAxis As Vector2d )

Parameters

Name Type Description
Origin Point2d Origin point.
XAxis Vector2d Vector for X axis of coordinate system.
YAxis Vector2d Vector for Y axis of coordinate system.

Version

Introduced in version 11

Was this information helpful?