collide method
Return contact information about two shapes.
Implementation
ContactPointSet collide({required Shape a, required Shape b}) => _shape.collide(a: a, b: b);
Return contact information about two shapes.
ContactPointSet collide({required Shape a, required Shape b}) => _shape.collide(a: a, b: b);