Module circle_shape_2d

Search:
Group by:

Procs

proc radius(self: CircleShape2D): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc radius=(self: CircleShape2D; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}