A 4x4 matrix, allowing perspective and vercitile coordinates.
Namespace: MindFusion.Charting.ThreeD
File: Matrix3D.js
JavaScript
![]() |
---|
function Perspective (filedOfView, aspectRatio, near, far) |
Type: number
The angle of the camera.
Type: number
The width devided by height of the viewing window.
Type: number
The nearest coordinate, where the object will still be drawn.
Type: number
The furthest coordinate, where the object will still be drawn.