Matrix3x3.opBinary

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

Meta