Share

Matrix2d.SetToAlignCoordinateSystems Method

Parent Object: Matrix2d

Description

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

Syntax

Matrix2d.SetToAlignCoordinateSystems( FromOrigin As Point2d, FromXAxis As Vector2d, FromYAxis As Vector2d, ToOrigin As Point2d, ToXAxis As Vector2d, ToYAxis As Vector2d )

Parameters

Name Type Description
FromOrigin Point2d Origin point of 'from' coordinate system.
FromXAxis Vector2d Vector of X axis of 'from' coordinate system.
FromYAxis Vector2d Vector of Y axis of 'from' coordinate system.
ToOrigin Point2d Origin point of "to" coordinate system.
ToXAxis Vector2d Vector of X axis of 'to' coordinate system.
ToYAxis Vector2d Vector of Y axis of 'to' coordinate system.

Version

Introduced in version 11

Was this information helpful?