MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / toEdgePoint

Method toEdgePoint

source/MRMesh/MRMesh.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158MeshEdgePoint Mesh::toEdgePoint( VertId v ) const
159{
160 return MeshEdgePoint( topology, v );
161}
162
163bool Mesh::isOutsideByProjNorm( const Vector3f & pt, const MeshProjectionResult & proj, const FaceBitSet * region ) const
164{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected