Matrix.initFrustum
graphene.matrix.Matrix initFrustum(float left, float right, float bottom, float top, float zNear, float zFar)Initializes a #graphene_matrix_t compatible with #graphene_frustum_t.
See also: [graphene.frustum.Frustum.initFromMatrix]
Parameters
left | distance of the left clipping plane |
right | distance of the right clipping plane |
bottom | distance of the bottom clipping plane |
top | distance of the top clipping plane |
zNear | distance of the near clipping plane |
zFar | distance of the far clipping plane |
Returns
the initialized matrix