Vector.vectorProduct

Undocumented in source.
  1. VectorType vectorProduct(VectorType v)
  2. VectorType vectorProduct(VectorType[] arg)
    struct Vector(T, int Dimention)
    const
    static if(Dimention > 3)
    VectorType
    vectorProduct
    (
    in VectorType[] arg...
    )
    if (
    __traits(isArithmetic, T) &&
    Dimention > 0
    )

Meta