Searched defs:cross (Results 1 – 6 of 6) sorted by relevance
105 float cross(const Vector2& v) const { in cross() function
43 public static void cross(double[] a, double[] b, double[] out) { in cross() method in VectorUtil
37 private static double[] cross(double[] a, double[] b) { in cross() method in Quaternion
97 tvec3 __attribute__((pure)) cross(const tvec3& u, const tvec3<RT>& v) { in cross() function
123 public static float cross(float v1x, float v1y, float v2x, float v2y) { in cross() method in MathUtils
923 extern float4 __attribute__((overloadable)) cross(float4 lhs, float4 rhs) { in cross() function