Hermes
Toggle table of contents
0.2.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hermes
ftc
/
com.acmerobotics.roadrunner.hardware
/
PositionVelocityPair
Position
Velocity
Pair
class
PositionVelocityPair
(
val
position
:
Int
,
val
velocity
:
Int
,
val
rawPosition
:
Int
,
val
rawVelocity
:
Int
)
Members
Constructors
Position
Velocity
Pair
Link copied to clipboard
constructor
(
position
:
Int
,
velocity
:
Int
)
constructor
(
position
:
Int
,
velocity
:
Int
,
rawPosition
:
Int
,
rawVelocity
:
Int
)
Properties
position
Link copied to clipboard
@
JvmField
val
position
:
Int
raw
Position
Link copied to clipboard
@
JvmField
val
rawPosition
:
Int
raw
Velocity
Link copied to clipboard
@
JvmField
val
rawVelocity
:
Int
velocity
Link copied to clipboard
@
JvmField
val
velocity
:
Int