collide method

ContactPointSet collide({
  1. required Shape a,
  2. required Shape b,
})

Return contact information about two shapes.

Implementation

ContactPointSet collide({required Shape a, required Shape b}) => _shape.collide(a: a, b: b);