Search
Matrix3D.Translate Method
See Also
 






A 4x4 matrix, allowing translation.

Namespace: MindFusion.Charting.ThreeD
File: Matrix3D.js

 Syntax

JavaScript  Copy Code

function Translate (x, y, z)

 Parameters

x

The amount of translation on the X axis.

y

The amount of translation on the Y axis.

z

The amount of translation on the Z axis.

 See Also