Searched defs:crossProduct (Results 1 – 3 of 3) sorted by relevance
120 static Object[] crossProduct(Object[] a, Object[] b) { in crossProduct() method in Utils
2746 private static Object[] crossProduct(Object[] a, Object[] b, Object[] c) { in crossProduct() method
203 public static void crossProduct(float[] left, float[] right, float[] out) { in crossProduct() method in GLArrowSensorTestRenderer