Matrix3x3.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ThisT opBinary(ThisT mb)
    struct Matrix3x3(ElemT)
    const
    opBinary
    (
    string op
    )
    ()
    if (
    op == "+" ||
    op == "-"
    )
    if (
    traits.isNumeric!ElemT
    )
  2. ThisT opBinary(ThisT mb)
  3. ThisT opBinary(ElemT k)
  4. VectorT opBinary(VectorT v)

Meta