Search
Matrix3D.Perspective Method
See Also
 






A 4x4 matrix, allowing perspective and vercitile coordinates.

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

 Syntax

JavaScript  Copy Code

function Perspective (filedOfView, aspectRatio, near, far)

 Parameters

filedOfView

Type: number
The angle of the camera.

aspectRatio

Type: number
The width devided by height of the viewing window.

near

Type: number
The nearest coordinate, where the object will still be drawn.

far

Type: number
The furthest coordinate, where the object will still be drawn.

 See Also