Transform.copyInto

Copy Transform contents into a matrix of Transform-like dimensions.

  1. auto ref copyInto(Transform!(T, Args) target)
  2. auto ref copyInto(Matrix!(T, C, R) target)
    struct Transform(T, uint Dim, TransformOptions options = TransformOptions.none)
    ref const
    copyInto
    (
    uint C
    uint R
    )
    (
    ref return Matrix!(T, C, R) target
    )
    if (
    C == R ||
    C == R + 1
    )
    if (
    Dim > 0
    )

Meta