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
|
|
@ -6,7 +6,7 @@ use na::geometry::Point3;
|
|||
use na::*;
|
||||
|
||||
use super::{bound::*, Surface};
|
||||
use crate::types::*;
|
||||
use crate::util::*;
|
||||
|
||||
pub struct Triangle {
|
||||
pub v1: usize, // Handles to 3 vertices.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue