Function opencv::core::fast_atan2
[−]
[src]
pub fn fast_atan2(y: f32, x: f32) -> Result<f32, String>
computes the angle in degrees (0..360) of the vector (x,y)
pub fn fast_atan2(y: f32, x: f32) -> Result<f32, String>
computes the angle in degrees (0..360) of the vector (x,y)