initial commit
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 29 Dec 2015 08:42:16 +0000 (10:42 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 29 Dec 2015 08:42:16 +0000 (10:42 +0200)
commitbdeb1048917667c00f540c17f397443e8f6f76bf
treee0d02b0fd1dcaa755a8b0f2121252587713498fa
initial commit
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
src/gmath.h [new file with mode: 0644]
src/matrix.h [new file with mode: 0644]
src/quat.h [new file with mode: 0644]
src/ray.h [new file with mode: 0644]
src/swizzle.h [new file with mode: 0644]
src/vector.cc [new file with mode: 0644]
src/vector.h [new file with mode: 0644]
src/vector.inl [new file with mode: 0644]