dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Vertex.this
Dgame
Math
Vertex
Vertex
CTor
this
()
this
(float x, float y, float z, float tx, float ty)
struct
Vertex
pure nothrow
this
(
float
x
,
float
y
,
float
z
= 0f
,
float
tx
= 0f
,
float
ty
= 0f
)
this
(Vector2f position)
this
(Vector2f position, Vector2f texcoord, Color col)
this
(Vector2f position, Color col)
Meta
Source
See Implementation
Dgame
Math
Vertex
Vertex
constructors
this
functions
getAsColor
getPositionAsVector
getTexCoordAsVector
setColor
setPosition
setTexCoord
variables
a
b
g
r
tx
ty
x
y
z
CTor