crossProduct

crossProduct
(
T
U
)
(
in T a
,
in U b
)
if (
is(T == Vector!(_),
_
) &&
T.dimension == 3
&&
is(U == Vector!(_),
_
)
&&
U.dimension == 3
)

Return Value

Type: auto

Vector/Cross-Product of two 3-Dimensional Vectors.

Meta