cross

Returns the cross product of 2 Vec3. The result is always a float Vec3.

@nogc pure nothrow
Vec!(float, 3)
cross
(
T
)
(
Vec!(T, 3) a
,
Vec!(T, 3) b
)

Meta