gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
FlexFace
gfx
genmesh
poly
a runtime flexible face
struct
FlexFace (
VT
) {
VT
[]
vertices
;
this
(VT v1, VT v2, VT v3);
this
(VT v1, VT v2, VT v3, VT v4);
size_t
length
[@property getter];
VT
opIndex
(size_t n);
}
Constructors
this
this
(VT v1, VT v2, VT v3)
Undocumented in source.
this
this
(VT v1, VT v2, VT v3, VT v4)
Undocumented in source.
Members
Functions
opIndex
VT
opIndex
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
length
size_t
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
vertices
VT
[]
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 runtime flexible face