mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-17 14:46:06 +00:00
Remove unused methods
This commit is contained in:
parent
fa20b46ab8
commit
a5d16b4e02
@ -62,16 +62,6 @@ impl TriMesh {
|
|||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Access the vertices of the mesh
|
|
||||||
pub fn vertices(&self) -> impl Iterator<Item = Point<3>> + '_ {
|
|
||||||
self.vertices.iter().copied()
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Access the indices of the mesh
|
|
||||||
pub fn indices(&self) -> impl Iterator<Item = Index> + '_ {
|
|
||||||
self.indices.iter().copied()
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Access the triangles of the mesh
|
/// Access the triangles of the mesh
|
||||||
pub fn triangles(&self) -> impl Iterator<Item = MeshTriangle> + '_ {
|
pub fn triangles(&self) -> impl Iterator<Item = MeshTriangle> + '_ {
|
||||||
self.triangles.iter().copied()
|
self.triangles.iter().copied()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user