Loading safe-stage/paths/benches/space_sampling.rs +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ use maths::Vector3; use models::assembly::thesis; use models::assembly::thesis::{ThesisChamber, ThesisStage}; use models::parts::chamber::Chamber; use paths::precompute::space::sampled_space_3d::sample_grid_space_3d_par; use paths::precompute::space::space_3d::Grid3DSpace; use paths::eager::space::sampled_space_3d::sample_grid_space_3d_par; use paths::eager::space::space_3d::Grid3DSpace; fn sample_space(stage: &ThesisStage, chamber: &ThesisChamber) -> Grid3DSpace { let (min, max) = thesis::LIMITS; Loading safe-stage/paths/src/lazy.rs→safe-stage/paths/src/deferred.rs +0 −0 File moved. View file safe-stage/paths/src/lazy/pathing.rs→safe-stage/paths/src/deferred/pathing.rs +0 −0 File moved. View file safe-stage/paths/src/lazy/pathing/a_star.rs→safe-stage/paths/src/deferred/pathing/a_star.rs +0 −0 File moved. View file safe-stage/paths/src/lazy/pathing/a_star_increment.rs→safe-stage/paths/src/deferred/pathing/a_star_increment.rs +0 −0 File moved. View file Loading
safe-stage/paths/benches/space_sampling.rs +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ use maths::Vector3; use models::assembly::thesis; use models::assembly::thesis::{ThesisChamber, ThesisStage}; use models::parts::chamber::Chamber; use paths::precompute::space::sampled_space_3d::sample_grid_space_3d_par; use paths::precompute::space::space_3d::Grid3DSpace; use paths::eager::space::sampled_space_3d::sample_grid_space_3d_par; use paths::eager::space::space_3d::Grid3DSpace; fn sample_space(stage: &ThesisStage, chamber: &ThesisChamber) -> Grid3DSpace { let (min, max) = thesis::LIMITS; Loading
safe-stage/paths/src/lazy/pathing.rs→safe-stage/paths/src/deferred/pathing.rs +0 −0 File moved. View file
safe-stage/paths/src/lazy/pathing/a_star.rs→safe-stage/paths/src/deferred/pathing/a_star.rs +0 −0 File moved. View file
safe-stage/paths/src/lazy/pathing/a_star_increment.rs→safe-stage/paths/src/deferred/pathing/a_star_increment.rs +0 −0 File moved. View file