Share

Matrix.SetCoordinateSystem Method

Parent Object: Matrix

Description

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

Syntax

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

Parameters

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

Version

Introduced in version 4

Was this information helpful?