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

Function offsetContours

source/MRMesh/MROffsetContours.cpp:383–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383Contours2f offsetContours( const Contours2f& contours, float offset,
384 const OffsetContoursParams& params /*= {} */ )
385{
386 return offsetContours( contours, [offset] ( int, int ) { return offset; }, params );
387}
388
389Contours2f offsetContours( const Contours2f& contours, ContoursVariableOffset offsetFn, const OffsetContoursParams& params /*= {} */ )
390{

Callers 1

createSymbolContoursFunction · 0.85

Calls 15

absFunction · 0.85
reverseFunction · 0.85
insertRoundCornerFunction · 0.85
getOutlineFunction · 0.85
fillResultIndicesMapFunction · 0.85
to2dimFunction · 0.85
ParallelForFunction · 0.85
to3dimFunction · 0.85
clampFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected