Search
Matrix3D.RotateY Method
See Also
 






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

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

 Syntax

JavaScript  Copy Code

function RotateY (angle)

 Parameters

angle

The amount of rotation around the Y axis in radians.

 See Also