toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.trajectory
/
TrajectorySegment
Trajectory
Segment
interface
TrajectorySegment
Generic trajectory segment.
Inheritors
PathTrajectorySegment
TurnSegment
WaitSegment
Members
Functions
acceleration
Link copied to clipboard
abstract
fun
acceleration
(
time
:
Double
)
:
Pose2d
deriv
Link copied to clipboard
abstract
fun
deriv
(
time
:
Double
)
:
Pose2d
distance
Link copied to clipboard
abstract
fun
distance
(
time
:
Double
)
:
Double
duration
Link copied to clipboard
abstract
fun
duration
(
)
:
Double
end
Link copied to clipboard
abstract
fun
end
(
)
:
Pose2d
get
Link copied to clipboard
abstract
operator
fun
get
(
time
:
Double
)
:
Pose2d
length
Link copied to clipboard
abstract
fun
length
(
)
:
Double
second
Deriv
Link copied to clipboard
abstract
fun
secondDeriv
(
time
:
Double
)
:
Pose2d
start
Link copied to clipboard
abstract
fun
start
(
)
:
Pose2d
velocity
Link copied to clipboard
abstract
fun
velocity
(
time
:
Double
)
:
Pose2d