Contact.sensor constructor
Creates the contact for a sensor begin or end event.
Implementation
Contact.sensor({required Shape sensor, required Shape visitor})
: shapeA = sensor,
shapeB = visitor,
normal = null,
points = null,
isSensorEvent = true;