Template Function TRAP::Math::Frustum#

Function Documentation#

template<typename T>
constexpr Mat<4, 4, T> TRAP::Math::Frustum(T left, T right, T bottom, T top, T nearVal, T farVal) noexcept#

Creates a frustum matrix.

Returns:

Frustum matrix.