dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Vertex.this
Dgame
Math
Vertex
Vertex
CTor
this
(
const
Vector2f
pos
,
const
Vector2f
coords
,
const
Color4b
col
)
struct
Vertex
@
nogc
this
pure nothrow
(
const
Vector2f
pos
,
const
Vector2f
coords
,
const
Color4b
col
)
this
(
const
Vector2f
pos
,
const
Vector2f
coords
)
this
(
const
Vector2f
pos
)
this
(
float
x
,
float
y
)
Meta
Source
See Implementation
Dgame
Math
Vertex
Vertex
constructors
this
variables
color
position
texCoord
CTor