- tessAddContour
void tessAddContour(TESStesselator* tess, int size, const(void*) pointer, int stride, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tessDeleteTess
void tessDeleteTess(TESStesselator* tess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tessGetElementCount
int tessGetElementCount(TESStesselator* tess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tessGetElements
const(TESSindex)* tessGetElements(TESStesselator* tess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tessGetVertexCount
int tessGetVertexCount(TESStesselator* tess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tessGetVertexIndices
const(TESSindex)* tessGetVertexIndices(TESStesselator* tess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tessGetVertices
const(TESSreal)* tessGetVertices(TESStesselator* tess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tessNewTess
TESStesselator* tessNewTess(TESSalloc* alloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tessTesselate
int tessTesselate(TESStesselator* tess, int windingRule, int elementType, int polySize, int vertexSize, TESSreal* normal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.