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

returns the squared magnitude

Avoids calling PxSqrt()!