#include <distancequery.h>
PrimitiveInformation stores information about a primitive relative to a mesh and a position on that primitive.
公共成员函数 |
|
Bool | GetTriangleQuadInfo () const |
Int | GetRealPolyIndex () const |
Int | GetRealIndex () const |
Public Attributes |
|
PRIMITIVETYPE | type |
Int | index |
Int | secondaryIndex |
向量 | uvw |
Bool GetTriangleQuadInfo | ( | ) | const |
Retrieve if the primitive information is on the quad or the triangle part of a quad.
Int GetRealPolyIndex | ( | ) | const |
Retrieve the original polygon index if the primitive type is PRIMITIVETYPE::POLYGON .
Int GetRealIndex | ( | ) | const |
Retrieve the index of the primitive.
PRIMITIVETYPE type |
Int index |
Int secondaryIndex |
向量 uvw |