Searched defs:dotProduct (Results 1 – 4 of 4) sorted by relevance
68 public float dotProduct(Point a, Point b) { in dotProduct() method in Point87 float dotProduct = dotProduct(a, b); in getAngle() local
31 public static float dotProduct(float vx, float vy, float ux, float uy) { in dotProduct() method in VectorMath
101 const float dotProduct = ray1x * ray2x + ray1y * ray2y; in pointToLineSegSquaredDistanceFloat() local
149 public static float dotProduct(float[] a, float[] b) { in dotProduct() method in GeometryMathUtils