isometric
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
isometric
isometric-core
/
io.github.jayteealao.isometric.paths
Package-level
declarations
Types
Types
Circle
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.