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