Vector.cross

Calculates cross product of this and b, assumes that Z = 0

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

Meta