refactor: rename types.rs to util.rs

This commit is contained in:
Kiana Sheibani 2024-10-14 18:11:19 -04:00
parent 763a4ff923
commit f33ee09b9d
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
10 changed files with 32 additions and 27 deletions

View file

@ -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.