MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / pglPathSegmentSetMaxDistance

Function pglPathSegmentSetMaxDistance

openpgl/api/api.cpp:454–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454extern "C" OPENPGL_DLLEXPORT void pglPathSegmentSetMaxDistance(PGLPathSegmentStorage pathSegmentStorage, float maxDistance)
455{
456 auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage;
457 gPathSegmentStorage->setMaxDistance(maxDistance);
458}
459
460extern "C" OPENPGL_DLLEXPORT float pglPathSegmentGetMaxDistance(PGLPathSegmentStorage pathSegmentStorage)
461{

Callers 1

SetMaxDistanceMethod · 0.85

Calls 1

setMaxDistanceMethod · 0.80

Tested by

no test coverage detected