Initializes a new instance of the Matrix3D class.
Namespace: MindFusion.Charting.ThreeD
File: Matrix3D.js
SyntaxJavaScript
Copy Code
|
|---|
function Matrix3D (width, height) |
Type: number
The width of the matrix.
Type: number
The height of the matrix.
See Also