Created
September 24, 2019 19:41
-
-
Save VovaStelmashchuk/9999a98b7555c4a74fe0155b6cd97ea2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val point = -somePoint | |
pointA - pointB | |
pointA + pointB | |
point * Double | |
point * Float | |
point * Int | |
point / Double | |
point / Float | |
point / Int |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment