Transform.MatrixType

The underlying matrix type

  1. alias MatrixType = Matrix!(T, Dim + 1, Dim + 1)
  2. alias MatrixType = Matrix!(T, Dim + 1, Dim)
    struct Transform(T, uint Dim, TransformOptions options = TransformOptions.none)
    static if(!(!isCompact))
    alias MatrixType = Matrix!(T, Dim + 1, Dim)

Meta