This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
filament
Watch
1
Star
0
Fork
0
You've already forked filament
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e90b53fdce17b1fcc3a8a0d02b4e6f26a5e1cd62
filament
/
libs
/
math
History
Mathias Agopian
d1b19efa55
a fast approximation of pow() and pow(x, 2.2f)
...
fast::pow(x, 2.2f) is about 100x faster than std::pow. std::pow(x, 2.2f) takes roughly 1000 cycles.
2018-11-21 13:46:56 -08:00
..
include
/math
a fast approximation of pow() and pow(x, 2.2f)
2018-11-21 13:46:56 -08:00
tests
Fix ambiguities with translate() and scale() (
#154
)
2018-08-27 10:21:13 -07:00
.gitignore
Initial commit
2018-08-03 10:38:22 -07:00
CMakeLists.txt
Initial commit
2018-08-03 10:38:22 -07:00
dummy.cpp
Initial commit
2018-08-03 10:38:22 -07:00