Matrix

Matrix type, used to set uniforms in GLSL.

Constructors

this
this(const(Transform) source)

Construct from DSFML transform.

this
this(const(float)[] source)

Construct from raw data.

Members

Variables

array
float[C * R] array;

Array holding matrix data.

Meta