Home
last modified time | relevance | path

Searched defs:convex (Results 1 – 3 of 3) sorted by relevance

/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DUtils.kt105 internal fun convex(previous: Point, current: Point, next: Point): Boolean { in convex() method
DFeatures.kt186 internal class Corner(cubics: List<Cubic>, val convex: Boolean = true) : Feature(cubics) { constant
DRoundedPolygon.kt425 val convex = convex(prevVertex, currVertex, nextVertex) in RoundedPolygon() constant