deimos.tesselator

Undocumented in source.

Members

Aliases

TESSindex
alias TESSindex = uint

OS_IPHONE, __ARMEL__のD言語でのバージョン識別子は無いので適当

TESSreal
alias TESSreal = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

TessElementType
enum TessElementType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TessWindingRule
enum TessWindingRule
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Structs

TESSalloc
struct TESSalloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TESStesselator
struct TESStesselator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

TESS_UNDEF
TESSindex TESS_UNDEF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta