Searched refs:getVertices (Results 1 – 5 of 5) sorted by relevance
59 public float[] getVertices() { return mCalculator.getVertex(); } in getVertices() method in AmbientShadowTriangulator
113 float[] shadowBounds = Math3DHelper.flatBound(ambientTriangulator.getVertices(), 2); in paintRectShadow()152 Math3DHelper.translate(ambientTriangulator.getVertices(), translateX, translateY, 2); in paintRectShadow()153 … renderer.drawTriangles(ambientTriangulator.getIndices(), ambientTriangulator.getVertices(), in paintRectShadow()
67 List<LatLng> vertexes = polygon.getVertices(); in testEncodeGeometries()99 List<LatLng> vertexes = polygon.getVertices(); in testParseGeometriesFromString()
194 public @NonNull List<LatLng> getVertices() { in getVertices() method in CbGeoUtils.Polygon460 for (LatLng latLng : ((Polygon) geometry).getVertices()) { in encodeGeometryToString()
11192 method @NonNull public java.util.List<android.telephony.CbGeoUtils.LatLng> getVertices();