screenPerspectiveMatrix

  1. armos.math.Matrix4f screenPerspectiveMatrix(float width, float height, float fov, float nearDist, float farDist)
    armos.math.Matrix4f
    screenPerspectiveMatrix
    (
    in float width
    ,
    in float height
    ,
    in float fov = 60
    ,
    in float nearDist = 0
    ,
    in float farDist = 0
    )
  2. armos.math.Matrix4f screenPerspectiveMatrix(V size, float fov, float nearDist, float farDist)

Meta