Module path_follow

Consts

ROTATION_NONE = 0'i64
ROTATION_Y = 1'i64
ROTATION_XY = 2'i64
ROTATION_XYZ = 3'i64

Procs

proc offset(self: PathFollow): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc offset=(self: PathFollow; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc unitOffset(self: PathFollow): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc unitOffset=(self: PathFollow; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc hOffset(self: PathFollow): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc hOffset=(self: PathFollow; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc vOffset(self: PathFollow): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc vOffset=(self: PathFollow; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc rotationMode(self: PathFollow): int64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc rotationMode=(self: PathFollow; val: int64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc cubicInterp(self: PathFollow): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc cubicInterp=(self: PathFollow; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc loop(self: PathFollow): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc loop=(self: PathFollow; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}