Returns the cross-product of two specified vectors. @param u the 1st vector. @param v the 2nd vector. @return array {w1,w2,w3} of components for vector w = u x v.
(float[] u, float[] v)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected