vec4, quat, and half-done matrices
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 1 Oct 2018 13:42:02 +0000 (16:42 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 1 Oct 2018 13:42:02 +0000 (16:42 +0300)
commitcc26f59c90c0935eef7d7fdcf8ac327e23d14ebc
tree6d27f23f4515b4222e503e74ec4e6a7a18be8ae1
parentb5babc8bdd95af48fc377bb888c70aad4956d58a
vec4, quat, and half-done matrices
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
src/cgmath.h
src/cgmath.inl [deleted file]
src/cgmmat.inl [new file with mode: 0644]
src/cgmquat.inl [new file with mode: 0644]
src/cgmvec3.inl [new file with mode: 0644]
src/cgmvec4.inl [new file with mode: 0644]