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/common.rs | |
parent | 210259c586ba950392bb5ae413d050da2f9bb430 (diff) |
refactor move interval related to calculus.rs
Diffstat (limited to 'src/common.rs')
-rw-r--r-- | src/common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.rs b/src/common.rs index 92b8203..4ea9e72 100644 --- a/src/common.rs +++ b/src/common.rs @@ -1,5 +1,5 @@ use crate::calculus::calculus::{Point3, Vec3}; -use crate::interval::Interval; +use crate::calculus::Interval; // "Ideal" aspect ratio, allowing fraction pub const ASPECT_RATIO: f32 = 16.0 / 9.0; |