Template Function TRAP::Math::FrustumReverseZ# Function Documentation# template<typename T>constexpr Mat<4, 4, T> TRAP::Math::FrustumReverseZ(T left, T right, T bottom, T top, T nearVal, T farVal) noexcept# Creates a frustum matrix. Returns: Frustum matrix with a reversed Z axis.