Vector.cross

Calculates cross product of this and b

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

Meta