PathEngine home | previous: | next: |
Helper method for testing whether horizontal coordinates are inside a 3D face.
bool pointIsIn3DFace(int32_t faceIndex, int32_t x, int32_t y) const; |
faceIndex |
An index for the 3D face (tri) to be tested. (Must be non-negative, and less than the value returned by | ||
x | The X coordinate of the horizontal coordinates to be tested. | ||
y | The Y coordinate of the horizontal coordinates to be tested. |
This method is provided for use with
bool pointIsIn3DFace(int faceIndex, int x, int y); |
boolean pointIsIn3DFace(int faceIndex, int x, int y); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |