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

Function pglPathSegmentGetMaxDistance

openpgl/api/api.cpp:460–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460extern "C" OPENPGL_DLLEXPORT float pglPathSegmentGetMaxDistance(PGLPathSegmentStorage pathSegmentStorage)
461{
462 auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage;
463 return gPathSegmentStorage->getMaxDistance();
464}
465
466extern "C" OPENPGL_DLLEXPORT int pglPathSegmentGetNumSegments(PGLPathSegmentStorage pathSegmentStorage)
467{

Callers 1

GetMaxDistanceMethod · 0.85

Calls 1

getMaxDistanceMethod · 0.80

Tested by

no test coverage detected