what am I doing.txt

This commit is contained in:
2025-11-27 14:48:05 -08:00
parent e7171b583c
commit b09ec62db7

View File

@@ -18,6 +18,12 @@ pub trait MeshTopology{
fn for_each_face_edge(&self,face_id:Face<Self::VertId>,f:impl FnMut(Edge<Self::VertId>));
}
// Make face_nd d value relative
// euclidean point?
// Simplex physics
// Directed edge nucessary?
// recursive for_each function calls
// define faces from vertices (Fixed<2> vs Fixed<3>)
pub trait MeshQuery:MeshTopology{
type Position;
type Normal;