MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / is_boundary

Method is_boundary

splashsurf_lib/src/halfedge_mesh.rs:34–36  ·  view source on GitHub ↗

Returns whether the given half-edge is a boundary edge

(&self)

Source from the content-addressed store, hash-verified

32impl HalfEdge {
33 /// Returns whether the given half-edge is a boundary edge
34 pub fn is_boundary(&self) -> bool {
35 self.face.is_none()
36 }
37}
38
39/// A half-edge based triangle mesh data structure

Callers 3

is_boundary_edgeMethod · 0.80
is_boundary_vertexMethod · 0.80
is_collapse_okMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected