Skip to content

Instantly share code, notes, and snippets.

@hkarim
Created November 27, 2013 05:48
Show Gist options
  • Save hkarim/7671217 to your computer and use it in GitHub Desktop.
Save hkarim/7671217 to your computer and use it in GitHub Desktop.
case class Point(x: Double, y: Double)
case object Origin extends Point(0,0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment