MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / has_normal

Method has_normal

src/IO/STLParser.cpp:380–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380bool STLParser::has_normal() const {
381 return !m_facet_normals.empty();
382}
383
384Float STLParser::compute_bbox_diagonal_length() const {
385 const Float max_float = std::numeric_limits<Float>::max();

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected