Searched defs:convex (Results 1 – 3 of 3) sorted by relevance
105 internal fun convex(previous: Point, current: Point, next: Point): Boolean { in convex() method
186 internal class Corner(cubics: List<Cubic>, val convex: Boolean = true) : Feature(cubics) { constant
425 val convex = convex(prevVertex, currVertex, nextVertex) in RoundedPolygon() constant