diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-03 23:07:03 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-03 23:07:03 +0700 |
commit | 5fd5bb979765ec47e04e3f1f34d362d8d0c9c41e (patch) | |
tree | ca82c91e210d1cb1af98a8a4c23172aab2393b52 /src/object.rs | |
parent | 210259c586ba950392bb5ae413d050da2f9bb430 (diff) |
refactor move interval related to calculus.rs
Diffstat (limited to 'src/object.rs')
-rw-r--r-- | src/object.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.rs b/src/object.rs index 0161d38..4bc1853 100644 --- a/src/object.rs +++ b/src/object.rs @@ -1,6 +1,6 @@ use crate::calculus::calculus::{Point3, Ray, Vec3}; use crate::common::Color; -use crate::interval::Interval; +use crate::calculus::Interval; use crate::material::{Material, MaterialType}; #[derive(Clone)] |