Template Function TRAP::Math::ASin(Vec<L, T>)# Function Documentation# template<u32 L, typename T>constexpr Vec<L, T> TRAP::Math::ASin(Vec<L, T> v)# Arc sine. The range of values returned by this function is [-PI / 2, PI / 2]. Note Results are undefined if |x| > 1! Parameters: v – Specify the value whose arcsine to return. Returns: Angle whose sine is x.