Home
last modified time | relevance | path

Searched refs:crossProduct (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCbGeoUtils.java222 int ccw = sign(crossProduct(b.subtract(a), p.subtract(a))); in contains()
273 private static double crossProduct(Point a, Point b) { in crossProduct() method in CbGeoUtils.Polygon
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1265 float crossProduct = MathUtils.cross(unitVectors[0], unitVectors[1], in getMatrixScale() local
1271 matrixScale = MathUtils.abs(crossProduct) / maxScale; in getMatrixScale()