collide method

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

Implementation

ContactPointSet collide({required Shape a, required Shape b}) => ContactPointSet._fromPointer(bindings.cpShapesCollide(a._toPointer, b._toPointer));