b2SolvePlanes

Function b2SolvePlanes 

Source
pub unsafe extern "C" fn b2SolvePlanes(
    targetDelta: b2Vec2,
    planes: *mut b2CollisionPlane,
    count: c_int,
) -> b2PlaneSolverResult
Expand description

Solves the position of a mover that satisfies the given collision planes. @param targetDelta the desired movement from the position used to generate the collision planes @param planes the collision planes @param count the number of collision planes