Fun with benchmarking. Reverted to using built-in trigonometric functions!

This commit is contained in:
mindv0rtex
2021-02-26 11:25:54 -05:00
parent fe795b536f
commit cbc3fcbe06
8 changed files with 493 additions and 19 deletions

View File

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