toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.trajectory
/
PathTrajectorySegment
Path
Trajectory
Segment
class
PathTrajectorySegment
(
val
path
:
Path
,
val
profile
:
MotionProfile
)
:
TrajectorySegment
Trajectory segment backed by a
Path
and a
MotionProfile
.
Parameters
path
path
profile
motion profile
Members
Constructors
Path
Trajectory
Segment
Link copied to clipboard
constructor
(
path
:
Path
,
profile
:
MotionProfile
)
Properties
path
Link copied to clipboard
val
path
:
Path
profile
Link copied to clipboard
val
profile
:
MotionProfile
Functions
acceleration
Link copied to clipboard
open
override
fun
acceleration
(
time
:
Double
)
:
Pose2d
deriv
Link copied to clipboard
open
override
fun
deriv
(
time
:
Double
)
:
Pose2d
distance
Link copied to clipboard
open
override
fun
distance
(
time
:
Double
)
:
Double
duration
Link copied to clipboard
open
override
fun
duration
(
)
:
Double
end
Link copied to clipboard
open
override
fun
end
(
)
:
Pose2d
get
Link copied to clipboard
open
operator override
fun
get
(
time
:
Double
)
:
Pose2d
length
Link copied to clipboard
open
override
fun
length
(
)
:
Double
second
Deriv
Link copied to clipboard
open
override
fun
secondDeriv
(
time
:
Double
)
:
Pose2d
start
Link copied to clipboard
open
override
fun
start
(
)
:
Pose2d
velocity
Link copied to clipboard
open
override
fun
velocity
(
time
:
Double
)
:
Pose2d