Module gfx.genmesh.poly

Functions

NameDescription
flexFace(args)
quad(v1, v2, v3, v4)
triangle(v1, v2, v3)

Structs

NameDescription
FlexFace a runtime flexible face
GenFace a generic face type
GenVertex

Manifest constants

NameTypeDescription
faceDim
isFace
isFlexFace
isGenFace

Aliases

NameTypeDescription
Quad GenFace!(4,VT) a quad face type, with a vertex type parameter T can be an index or actual vertex
Triangle GenFace!(3,VT) a triangular face type, with a vertex type parameter T can be an index or actual vertex
VertexType FaceTplt!FT