Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.paths
/
TurnPath
Turn
Path
class
TurnPath
(
val
position
:
Vector2d
,
val
headingPath
:
HeadingPath
)
:
PosePath
Members
Constructors
Turn
Path
Link copied to clipboard
constructor
(
start
:
Pose2d
,
endAngle
:
Rotation2d
)
constructor
(
position
:
Vector2d
,
headingPath
:
HeadingPath
)
Properties
heading
Path
Link copied to clipboard
@
JvmField
val
headingPath
:
HeadingPath
position
Link copied to clipboard
@
JvmField
val
position
:
Vector2d
Functions
begin
Link copied to clipboard
open
fun
begin
(
n
:
Int
)
:
Pose2dDual
<
Arclength
>
end
Link copied to clipboard
open
fun
end
(
n
:
Int
)
:
Pose2dDual
<
Arclength
>
get
Link copied to clipboard
open
operator override
fun
get
(
s
:
Double
,
n
:
Int
)
:
Pose2dDual
<
Arclength
>
length
Link copied to clipboard
open
override
fun
length
(
)
:
Double
map
Link copied to clipboard
open
fun
map
(
map
:
PoseMap
)
:
MappedPosePath
plus
Link copied to clipboard
open
operator
fun
plus
(
other
:
PosePath
)
:
CompositePosePath
project
Link copied to clipboard
open
fun
project
(
query
:
Vector2d
,
init
:
Double
=
0.0
)
:
Double