Perspective
Makes perspective projection matrix. Can be used with arithmetic data types only.
template<class TYPE>
void Perspective(TMat4<TYPE> &m, const TYPE fov, const TYPE aspect, const TYPE n, const TYPE f);
Namespace: |
ntl |
Include: |
NTL/Core/Mat4.h |