-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acd56ff
commit caf1c86
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lia
updated
11 files
+7 −10 | CMakeLists.txt | |
+2 −0 | lia/lia.h | |
+38 −36 | lia/mat4.h | |
+20 −8 | lia/mathbase.h | |
+47 −41 | lia/quaternion.h | |
+6 −4 | lia/vec2.h | |
+7 −5 | lia/vec3.h | |
+8 −6 | lia/vec4.h | |
+28 −0 | tests/CMakeLists.txt | |
+9 −8 | tests/tests.cpp | |
+0 −0 | tests/tests.h |