Frustum


Makes perspective projection matrix. Can be used with arithmetic data types only.

template<class TYPE>
void Frustum(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