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