refactor: rename types.rs to util.rs
This commit is contained in:
parent
763a4ff923
commit
f33ee09b9d
10 changed files with 32 additions and 27 deletions
|
|
@ -3,7 +3,7 @@ extern crate nalgebra as na;
|
|||
use na::geometry::{Point2, Point3};
|
||||
use na::*;
|
||||
|
||||
use crate::types::Ray;
|
||||
use crate::util::Ray;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Camera {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue