Search
Matrix3D.Scale Method
See Also
 






A 4x4 matrix, allowing scaling.

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

 Syntax

JavaScript  Copy Code

function Scale (width, height, depth)

 Parameters

width

The amount of scaling on the X axis in percent/100.

height

The amount of scaling on the Y axis in percent/100.

depth

The amount of scaling on the Z axis in percent/100.

 See Also