cross

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto cross(Vec!(T, 3) a, Vec!(U, 3) b)
    cross
    (
    T
    U
    )
    (
    const Vec!(T, 3) a
    ,
    const Vec!(U, 3) b
    )
  2. auto cross(Vec!(T, 2) a, Vec!(U, 2) b)

Meta