Function physx_sys::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)