Skip to content

Instantly share code, notes, and snippets.

@VovaStelmashchuk
Last active September 24, 2019 19:36
Show Gist options
  • Save VovaStelmashchuk/f0aa8cf0fb4e1eb204be3f673044f0f8 to your computer and use it in GitHub Desktop.
Save VovaStelmashchuk/f0aa8cf0fb4e1eb204be3f673044f0f8 to your computer and use it in GitHub Desktop.
val pointA = Point()
val pointB = Point()
val plusResult = pointA + pointB
val minusResult = pointA - pointB
val divResult = pointA / 4.2
val timesResult = pointA * 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment