Vector.cross

Calculates cross product of this and b, W is multiplication of a.w and b.w

  1. double cross(VecType b)
  2. VecType cross(VecType b)
  3. VecType cross(VecType b)
    struct Vector(T, size_t N)
    static if(N == 4)
    cross
    if (
    isNumeric!T &&
    N > 0
    )

Meta