toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner
/
TaskBuilder
/
splineTo
spline
To
@
JvmOverloads
fun
splineTo
(
pos
:
Vector2d
,
unit
:
Distance
=
Inches
,
tangent
:
Rotation2d
)
:
TaskBuilder
@
JvmOverloads
fun
splineTo
(
pos
:
Vector2d
,
unit
:
Distance
=
Inches
,
tangent
:
Double
,
tangentUnit
:
Angle
=
Radians
)
:
TaskBuilder
Move to the specified
pos
in a spline path while following the specified
tangent
.