Searched refs:createPolygon (Results 1 – 2 of 2) sorted by relevance
24 fun createPolygon(radius: Float, sides: Int): Path { in <lambda>() method
230 val thrustPath = createPolygon(-3f, 3).also { it.translate(Vec2(-5f, 0f)) } in <lambda>()344 createPolygon( in ZoomedDrawScope()