Template Function TRAP::Math::Sin(Vec<L, T>)# Function Documentation# template<u32 L, typename T>constexpr Vec<L, T> TRAP::Math::Sin(Vec<L, T> v)# Standard trigonometric sine function. Values returned by this function will range from [-1, 1]. Parameters: v – Specify the quantity, in radians, of which to return the sine. Returns: Sine.