Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created May 16, 2021 04:00
Show Gist options
  • Save pencelab/661a64436fa06118bf91972f14ea205d to your computer and use it in GitHub Desktop.
Save pencelab/661a64436fa06118bf91972f14ea205d to your computer and use it in GitHub Desktop.
infix fun Shape.intersection(shape: Shape): ComposedShape {
return ComposedShape(this, shape, ComposedShape.Operation.INTERSECTION)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment