A 4x4 matrix, allowing translation.
Namespace: MindFusion.Charting.ThreeD
File: Matrix3D.js
SyntaxJavaScript
Copy Code
|
|---|
function Translate (x, y, z) |
Type: number
The amount of translation on the X axis.
Type: number
The amount of translation on the Y axis.
Type: number
The amount of translation on the Z axis.
See Also