dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
Transform.this
dsfml
graphics
transform
Transform
Construct a transform from a float array describing a 3x3 matrix.
this
(float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22)
this
(float[9] matrix)
struct
Transform
this
(
float
[9]
matrix
)
Meta
Source
See Implementation
dsfml
graphics
transform
Transform
constructors
this
functions
combine
getInverse
getMatrix
opBinary
opOpAssign
rotate
scale
toString
transformPoint
transformRect
translate
static variables
Identity
variables
m_matrix
Construct a transform from a float array describing a 3x3 matrix.