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

Method perspective

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

Returns a new perspective-projection matrix. Parameters correspond to those for the OpenGL standard function gluPerspective. @param fovy the field of view, in degrees, in the vertical direction. @param aspect the aspect ratio width/height. @param znear the distance to the near depth clipping plane @

(
    double fovy, double aspect, double znear, double zfar)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

updateTransformsMethod · 0.95

Calls 1

setPerspectiveMethod · 0.80

Tested by

no test coverage detected