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