This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d72d27b Check dependencies directory for googletest/googletest. 8af2771 update ChangeLog 77742a3 Merge pull request #3806 from mediagraph/fix-create-string ae7dc88 Merge pull request #10 from jsanmiya/master 6793703 Fixed uninitialized owner_ field in MutexBase. 1363a04 Update SDK (v0.5.6) eda5601 Add Doxygen descriptor and turn off class diagrams. b7804de Fix inclusion of SDL directory within the AOSP tree.
- Loading branch information
Kelsey Mayfield
committed
Apr 30, 2016
1 parent
9e232a6
commit 41fe8f8
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule flatbuffers
updated
204 files
Submodule fplutil
updated
28 files
Submodule mathfu
updated
10 files
+3 −1 | CMakeLists.txt | |
+2 −2 | docs/src/doxyfile | |
+1 −0 | include/mathfu/glsl_mappings.h | |
+30 −16 | include/mathfu/matrix.h | |
+9 −4 | include/mathfu/matrix_4x4.h | |
+13 −0 | include/mathfu/quaternion.h | |
+2 −2 | include/mathfu/utilities.h | |
+1 −1 | readme.md | |
+99 −13 | unit_tests/matrix_test/matrix_test.cpp | |
+6 −0 | unit_tests/quaternion_test/quaternion_test.cpp |