Skip to content

Instantly share code, notes, and snippets.

@dwhitney
Created June 29, 2011 11:16
Show Gist options
  • Save dwhitney/1053658 to your computer and use it in GitHub Desktop.
Save dwhitney/1053658 to your computer and use it in GitHub Desktop.
case class CircleAtOrigin(override val radius: Double) extends Circle(0, 0, radius)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment