Unigine::ConcaveConvexCompare Class
Header: | #include <UnigineMathLibConcave.h> |
The structure is used to compare convex shapes volumes. It can be passed to sort functions as a comparison method.
ConcaveConvexCompare Class
Members
int operator() ( const Convex* c0, const Convex* c1 ) #
Compares the volume of two convex shapes.Arguments
- const Convex* c0 - First shape.
- const Convex* c1 - Second shape.
Return value
1 if the first shape's volume is greater than the second shape's volume; otherwise 0.Last update:
2021-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)