Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.paths
/
LinearHeadingPath
Linear
Heading
Path
@
Serializable
data
class
LinearHeadingPath
(
val
begin
:
Rotation2d
,
val
angle
:
Double
,
val
length
:
Double
)
:
HeadingPath
Members
Constructors
Linear
Heading
Path
Link copied to clipboard
constructor
(
begin
:
Rotation2d
,
angle
:
Double
,
length
:
Double
)
Properties
angle
Link copied to clipboard
@
JvmField
val
angle
:
Double
begin
Link copied to clipboard
@
JvmField
val
begin
:
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