Search
Matrix3D Constructor
See Also
 






Initializes a new instance of the Matrix3D class.

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

 Syntax

JavaScript  Copy Code

function Matrix3D (width, height)

 Parameters

width

The width of the matrix.

height

The height of the matrix.

 See Also