Template Function TRAP::Math::Radians(Vec<L, T>)# Function Documentation# template<u32 L, typename T>constexpr Vec<L, T> TRAP::Math::Radians(Vec<L, T> v)# Converts degrees to radians and returns the result. Parameters: v – Specify the quantity, in degrees, to be converted to radians. Returns: Radians.