shapes: lint cleanup.
This commit is contained in:
parent
5600d6c561
commit
2d8a3927f4
@ -1,10 +1,6 @@
|
|||||||
use crate::{
|
use crate::{
|
||||||
intersections::{Intersection, Intersections},
|
intersections::Intersections, materials::Material, matrices::Matrix4x4, rays::Ray,
|
||||||
materials::Material,
|
tuples::Tuple,
|
||||||
matrices::Matrix4x4,
|
|
||||||
rays::Ray,
|
|
||||||
tuples::{dot, Tuple},
|
|
||||||
EPSILON,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#[derive(Debug, PartialEq, Clone)]
|
#[derive(Debug, PartialEq, Clone)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user