mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-16 06:07:58 +00:00
Update name of function parameter
This commit is contained in:
parent
d0e85b8f23
commit
94240dab56
@ -3,7 +3,7 @@ use std::{fmt, ops::Deref, rc::Rc};
|
|||||||
use super::tri_mesh::TriMesh;
|
use super::tri_mesh::TriMesh;
|
||||||
|
|
||||||
pub trait Operation: fmt::Display {
|
pub trait Operation: fmt::Display {
|
||||||
fn triangles(&self, triangles: &mut TriMesh);
|
fn triangles(&self, mesh: &mut TriMesh);
|
||||||
fn children(&self) -> Vec<AnyOp>;
|
fn children(&self) -> Vec<AnyOp>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user