PathEngine home | previous: | next: |
Returns the number of points in a convex solid object.
int32_t convexSolid_Points(int32_t convexSolidIndex) const; |
convexSolidIndex | The (zero-based) index of the convex solid being queried. Must be greater than or equal to zero, and less than the value returned by numberOfConvexSolids(). |
int convexSolid_Points(int convexSolidIndex); |
int convexSolid_Points(int convexSolidIndex); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |