Skip to content

Instantly share code, notes, and snippets.

@andrevidela
Last active January 7, 2019 14:41
Show Gist options
  • Save andrevidela/0f50f60e9ae62086fc9040fb0343c91d to your computer and use it in GitHub Desktop.
Save andrevidela/0f50f60e9ae62086fc9040fb0343c91d to your computer and use it in GitHub Desktop.
let x = Vector(fst: 1, snd: 0)
let y = Vector(fst: 0, snd: 1)
let xy = x + y
xy
3 ◊ xy
xy.magSquare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment