![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | rcEdge |
Macros | |
| #define | _USE_MATH_DEFINES |
Functions | |
| int | computeVertexHash (int x, int y, int z) |
| int | prev (int i, int n) |
| int | next (int i, int n) |
| int | area2 (const int *a, const int *b, const int *c) |
| bool | xorb (bool x, bool y) |
| bool | left (const int *a, const int *b, const int *c) |
| bool | leftOn (const int *a, const int *b, const int *c) |
| bool | collinear (const int *a, const int *b, const int *c) |
| bool | uleft (const unsigned short *a, const unsigned short *b, const unsigned short *c) |
| bool | rcBuildPolyMesh (rcContext *ctx, rcContourSet &cset, const int nvp, rcPolyMesh &mesh) |
| bool | rcMergePolyMeshes (rcContext *ctx, rcPolyMesh **meshes, const int nmeshes, rcPolyMesh &mesh) |
| bool | rcCopyPolyMesh (rcContext *ctx, const rcPolyMesh &src, rcPolyMesh &dst) |
| #define _USE_MATH_DEFINES |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool rcBuildPolyMesh | ( | rcContext * | ctx, |
| rcContourSet & | cset, | ||
| const int | nvp, | ||
| rcPolyMesh & | mesh | ||
| ) |
| bool rcCopyPolyMesh | ( | rcContext * | ctx, |
| const rcPolyMesh & | src, | ||
| rcPolyMesh & | dst | ||
| ) |
Copies the poly mesh data from src to dst.
| [in,out] | ctx | The build context to use during the operation. |
| [in] | src | The source mesh to copy from. |
| [out] | dst | The resulting detail mesh. (Must be pre-allocated, must be empty mesh.) |
| bool rcMergePolyMeshes | ( | rcContext * | ctx, |
| rcPolyMesh ** | meshes, | ||
| const int | nmeshes, | ||
| rcPolyMesh & | mesh | ||
| ) |