Function glm::builtin::atan
[−]
[src]
pub fn atan<F: BaseFloat, T: GenFloat<F>>(y_over_x: T) -> T
Returns an angle whose tangent is y_over_x
.
The range of values returned by this function is [-π/2, π/2]
.