pub unsafe extern "C" fn b2ClipVector(
vector: b2Vec2,
planes: *const b2CollisionPlane,
count: c_int,
) -> b2Vec2Expand description
Clips the velocity against the given collision planes. Planes with zero push or clipVelocity set to false are skipped.