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

Method firstLastMarked

source/MRMesh/MRMarkedContour.cpp:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10bool MarkedContour3f::firstLastMarked() const
11{
12 if ( !marks.test( 0 ) )
13 return false;
14
15 if ( marks.find_last() + 1 != contour.size() )
16 return false;
17
18 return true;
19}
20
21MarkedContour3f resample( const MarkedContour3f & in, float minStep, Contour3f * normals )
22{

Callers 3

projectSplineAsMTPFunction · 0.80
resampleFunction · 0.80
makeSplineFunction · 0.80

Calls 3

testMethod · 0.45
find_lastMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected