Vector.crossProd

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ElemT crossProd(ThisT vb)
    struct Vector(ElemT, size_t SizeV)
    const
    static if(SizeV == 2 && traits.isSigned!ElemT)
    ElemT
    crossProd
    ()
    if (
    SizeV >= 1
    )
  2. ThisT crossProd(ThisT vb)

Meta