Ortho
Makes orthographic projection matrix. Can be used with arithmetic data types only.
template<class TYPE>
void Ortho(TMat4<TYPE> &m, const TYPE l, const TYPE t, const TYPE r, const TYPE b, const TYPE n, const TYPE f);
Namespace: |
ntl |
Include: |
NTL/Core/Mat4.h |