Skip to content

Instantly share code, notes, and snippets.

@orangy
Created April 21, 2014 17:59
Show Gist options
  • Save orangy/11150766 to your computer and use it in GitHub Desktop.
Save orangy/11150766 to your computer and use it in GitHub Desktop.
when(v) {
is Vector -> // here v is of type Vector
is Versor -> // here v is of type Versor
else -> throw UnsupportedTypeException()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment