gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
GenFace
gfx
genmesh
poly
a generic face type
struct
GenFace (
size_t
N
VT
) {
enum
size_t
length
;
VT
[
N
]
vertices
;
VT
opIndex
(size_t n);
}
Members
Functions
opIndex
VT
opIndex
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
length
enum
size_t
length
;
Undocumented in source.
vertices
VT
[
N
]
vertices
;
Undocumented in source.
Meta
Source
See Implementation
gfx
genmesh
poly
aliases
Quad
Triangle
enums
isFace
isFlexFace
isGenFace
functions
flexFace
quad
triangle
structs
FlexFace
GenFace
GenVertex
templates
VertexType
faceDim
a generic face type