dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Transform.this
dsfml
graphics
transform
Transform
Construct a 3x3 matrix from a float array.
this
(
float
a00
,
float
a01
,
float
a02
,
float
a10
,
float
a11
,
float
a12
,
float
a20
,
float
a21
,
float
a22
)
this
(
float
[
9
]
newMatrix
)
struct
Transform
this
(
float
[9]
newMatrix
)
Meta
Source
See Implementation
dsfml
graphics
transform
Transform
constructors
this
functions
combine
getInverse
getMatrix
opBinary
opOpAssign
rotate
scale
transformPoint
transformRect
translate
static variables
Identity
Construct a 3x3 matrix from a float array.