MCPcopy Create free account
hub / github.com/dhale/jtk / setFrustum

Method setFrustum

core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:691–710  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

setPerspectiveMethod · 0.95
frustumMethod · 0.80

Calls 2

argumentMethod · 0.95
setMethod · 0.95

Tested by

no test coverage detected