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)
this
(Vector2f position)
this
(Vector2f position, Vector2f texcoord, Color col)
struct
Vertex
pure nothrow
this
(
ref
const
Vector2f
position
,
ref
const
Vector2f
texcoord
,
ref
const
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