Searched refs:crossProduct (Results 1 – 2 of 2) sorted by relevance
60 public float crossProduct(Point a, Point b) { in crossProduct() method in Point86 float crossProduct = crossProduct(a, b); in getAngle() local90 if (crossProduct < 0.0) { in getAngle()
52 Vector3 crossProduct = Vector3.cross(v1, v2); in testCross() local53 assertClose(new Vector3(0f, 0f, 1f), crossProduct); in testCross()