Share

Matrix.GetCoordinateSystem Method

Parent Object: Matrix

Description

Get the coordinate system that this matrix maps to from the standard coordinate system.

Syntax

Matrix.GetCoordinateSystem( Origin As Point, XAxis As Vector, YAxis As Vector, ZAxis As Vector )

Parameters

Name Type Description
Origin Point Output Point object that defines the origin of the coordinate system.
XAxis Vector Output Vector object that defines the X-axis vector of the coordinate system.
YAxis Vector Output Vector object that defines the Y-axis vector of the coordinate system.
ZAxis Vector Output Vector object that defines the Z-axis vector of the coordinate system.

Version

Introduced in version 4

Was this information helpful?