Open kepocnhh opened 2 years ago
fun Point.difference(that: Point): Offset { return offsetOf( dX = this.x - that.x, dY = this.y - that.y ) }
Marked as status/ready for test in 0.0.2-STAGING by CI build #4.
status/ready for test
Marked as status/tested in 0.1.0-SNAPSHOT by CI build #3.
status/tested