Sets this matrix to a perspective-projection matrix. Parameters correspond to those for the OpenGL standard function glFrustum. @param left the coordinate for the left clipping plane. @param right the coordinate for the right clipping plane. @param bottom the coordinate for the bottom clipping plane
(
double left, double right,
double bottom, double top,
double znear, double zfar)
source not stored for this graph (policy: none)
no test coverage detected