Searched defs:dotProduct (Results 1 – 4 of 4) sorted by relevance
85 public static double dotProduct(double[] firstVector, double[] secondVector) in dotProduct() method in GpsMathOperations
42 public double dotProduct(Position other) { in dotProduct() method in Position
216 public static float dotProduct(float[] left, float[] right) { in dotProduct() method in GLArrowSensorTestRenderer
197 public static double dotProduct(float[] vector1, float[] vector2, int dimensions) { in dotProduct() method in MathsUtils