orthoMatrix

Setup an orthographic Matrix4x4 given the left, right, bottom, top, near, and far values for the frustum boundaries.

Matrix!(T, 4)
orthoMatrix
(
T
)
(
T l
,
T r
,
T b
,
T t
,
T n
,
T f
)

Meta