Matrix.this

Construct from raw data.

The elements in source are copied to the instance.

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

Parameters

source const(float)[]

An array that has the size of the matrix.

Meta