mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
add quaternion
This commit is contained in:
parent
38529faff7
commit
4e5d4300d0
2 changed files with 1507 additions and 0 deletions
1506
sprout/math/quaternion.hpp
Normal file
1506
sprout/math/quaternion.hpp
Normal file
File diff suppressed because it is too large
Load diff
|
@ -49,6 +49,7 @@
|
||||||
#include <sprout/logic.hpp>
|
#include <sprout/logic.hpp>
|
||||||
#include <sprout/math.hpp>
|
#include <sprout/math.hpp>
|
||||||
#include <sprout/math/curve.hpp>
|
#include <sprout/math/curve.hpp>
|
||||||
|
#include <sprout/math/quaternion.hpp>
|
||||||
#include <sprout/memory.hpp>
|
#include <sprout/memory.hpp>
|
||||||
#include <sprout/net.hpp>
|
#include <sprout/net.hpp>
|
||||||
#include <sprout/none.hpp>
|
#include <sprout/none.hpp>
|
||||||
|
|
Loading…
Reference in a new issue