Matrix.this

Construct from DSFML transform.

This constructor is only supported for 3x3 and 4x4 matrices.

  1. this(ref const(Transform) source)
    struct Matrix(uint C, uint R)
    this
    (
    ref const(Transform) source
    )
  2. this(const(float)[] source)

Parameters

source
Type: const(Transform)

A DSFML Transform

Meta