Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.paths
/
ConstantHeadingPath
Constant
Heading
Path
@
Serializable
data
class
ConstantHeadingPath
(
val
heading
:
Rotation2d
,
val
length
:
Double
)
:
HeadingPath
Members
Constructors
Constant
Heading
Path
Link copied to clipboard
constructor
(
heading
:
Rotation2d
,
length
:
Double
)
Properties
heading
Link copied to clipboard
@
JvmField
val
heading
:
Rotation2d
length
Link copied to clipboard
@
JvmField
val
length
:
Double
Functions
begin
Link copied to clipboard
open
fun
begin
(
n
:
Int
)
:
Rotation2dDual
<
Arclength
>
end
Link copied to clipboard
open
fun
end
(
n
:
Int
)
:
Rotation2dDual
<
Arclength
>
get
Link copied to clipboard
open
operator override
fun
get
(
s
:
Double
,
n
:
Int
)
:
Rotation2dDual
<
Arclength
>
length
Link copied to clipboard
open
override
fun
length
(
)
:
Double