crossProduct

Calculates the cross product of <u1, u2, u3> and <v1, v2, v3>, putting the result in <s1, s2, s3>.

void
crossProduct
(
float u1
,
float u2
,
float u3
,
float v1
,
float v2
,
float v3
,
out float s1
,
out float s2
,
out float s3
)
Suggestion Box / Bug Report