chickadee » physics » space-on-collision-postsolve

space-on-collision-postsolve spaceprocedure
set! (space-on-collision-postsolve space) funcsetter

Two shapes are touching and their collision response has been processed. You can retrieve the collision impulse or kinetic energy at this time if you want to use it to calculate sound volumes or damage amounts.

func must have the form:

(lambda (arbiter space data) ...)