Template Function TRAP::Math::IsFinite(const Vec<L, T>&)# Function Documentation# template<u32 L, typename T>constexpr Vec<L, bool> TRAP::Math::IsFinite(const Vec<L, T> &x) noexcept# Returns whether the given numbers are finite or not. Parameters: x – Numbers to check. Returns: True if a given number is finite, false otherwise.