Search
Matrix3D.RotateZ Method
See Also
 






A 4x4 matrix, allowing rotation around the Z axis.

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

 Syntax

JavaScript  Copy Code

function RotateZ (angle)

 Parameters

angle

The amount of rotation around the Z axis in radians.

 See Also