Approximate trigonometry without LUTs.

This commit is contained in:
mindv0rtex
2021-02-25 23:17:13 -05:00
parent 6a2d19e984
commit fe795b536f
3 changed files with 54 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
mod blur;
mod grid;
mod model;
mod trig;
fn main() {
let model = model::Model::new(4, 4, 20, 1);