liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
MathUtils.getOrthographicMatrixFrom
liberty
math
util
MathUtils
* Returns orthographic projection.
class
MathUtils
static
Matrix4
!
T
getOrthographicMatrixFrom
(
T
)
(
T
left
,
T
right
,
T
bottom
,
T
top
,
T
near
,
T
far
)
if
(
isFloatingPoint
!
T
)
Meta
Source
See Implementation
liberty
math
util
MathUtils
static functions
getOrthographicMatrixFrom
* Returns orthographic projection.