From 5fd5bb979765ec47e04e3f1f34d362d8d0c9c41e Mon Sep 17 00:00:00 2001 From: Rosyid Haryadi Date: Mon, 3 Mar 2025 23:07:03 +0700 Subject: refactor move interval related to calculus.rs --- src/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.rs') 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; -- cgit v1.2.3-70-g09d2