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

returns the squared magnitude

Avoids calling PxSqrt()!