Bézier-rs: Add utils to subpath (#1058)

* Add utils to bezier-rs subpath

* Apply code review changes

* Remove tan from constant

* Fix compile

* Fix tests
This commit is contained in:
0HyperCube 2023-03-02 16:48:09 +00:00 committed by Keavon Chambers
parent 7254c008f9
commit 66ec85a3c9
12 changed files with 206 additions and 10 deletions

View file

@ -153,7 +153,7 @@ mod tests {
};
use crate::executor::DynamicExecutor;
use graph_craft::executor::{Compiler, Executor};
use graph_craft::executor::Compiler;
let compiler = Compiler {};
let protograph = compiler.compile_single(network, true).expect("Graph should be generated");