Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.geometry
/
PoseVelocity2d
Pose
Velocity2d
@
Serializable
data
class
PoseVelocity2d
(
val
linearVel
:
Vector2d
,
val
angVel
:
Double
)
Members
Constructors
Pose
Velocity2d
Link copied to clipboard
constructor
(
linearVel
:
Vector2d
,
angVel
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ang
Vel
Link copied to clipboard
@
JvmField
val
angVel
:
Double
linear
Vel
Link copied to clipboard
@
JvmField
val
linearVel
:
Vector2d
Functions
minus
Link copied to clipboard
operator
fun
minus
(
pv
:
PoseVelocity2d
)
:
PoseVelocity2d