Package-level declarations

Types

Link copied to clipboard
class Circle(origin: Point, radius: Double = 1.0, vertices: Int = 20) : Path

A circular Path approximated by a regular polygon with vertices sides.