| PathEngine home | previous: | next: |
Returns the coordinates of a point in a convex solid object.
void convexSolid_Point(tSigned32 convexSolidIndex, tSigned32 pointIndex, tSigned32& x, tSigned32& y, tSigned32& z) const;
|
| convexSolidIndex |
The (zero-based) index of the convex solid object being queried. | ||
| x | Returns the point's x coordinate. | ||
| y | Returns the point's y coordinate. | ||
| z | Returns the point's z coordinate. |
| Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine | next: |