pub unsafe extern "C" fn PxVec3_normalizeFast_mut(
    self_: *mut PxVec3
) -> f32
Expand description

normalizes the vector in place. Asserts if vector magnitude is under PX_NORMALIZATION_EPSILON. returns vector magnitude.