Module ray_shape_2d

Search:
Group by:

Procs

proc length(self: RayShape2D): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc length=(self: RayShape2D; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc slipsOnSlope(self: RayShape2D): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc slipsOnSlope=(self: RayShape2D; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}