pub unsafe extern "C" fn phys_PxComputeAngle(
    v0: *const PxVec3,
    v1: *const PxVec3
) -> f32
Expand description

Compute the angle between two non-unit vectors

Returns the angle (in radians) between the two vector v0 and v1.