Skip to content

Instantly share code, notes, and snippets.

@myun2
Last active June 16, 2017 14:49
Show Gist options
  • Save myun2/60c8ab284fb9c0d602644a195ac17c64 to your computer and use it in GitHub Desktop.
Save myun2/60c8ab284fb9c0d602644a195ac17c64 to your computer and use it in GitHub Desktop.
RGB<T> = Tuple<T,T,T>
RGBA<T> = Tuple<T,T,T,T>
XY<T> = Tuple<T,T>
XYZ<T> = Tuple<T,T,T>
Vector<T>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment