phys_PxTanHalf

Function phys_PxTanHalf 

Source
pub unsafe extern "C" fn phys_PxTanHalf(sin: f32, cos: f32) -> f32
Expand description

Compute tan(theta/2) given sin(theta) and cos(theta) as inputs.

Returns tan(theta/2)