Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.geometry
/
PoseVelocity2dDual
Pose
Velocity2d
Dual
@
Serializable
data
class
PoseVelocity2dDual
<
Param
:
DualParameter
>
(
val
linearVel
:
Vector2dDual
<
Param
>
,
val
angVel
:
DualNum
<
Param
>
)
Dual version of
PoseVelocity2d
.
Members
Constructors
Pose
Velocity2d
Dual
Link copied to clipboard
constructor
(
linearVel
:
Vector2dDual
<
Param
>
,
angVel
:
DualNum
<
Param
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ang
Vel
Link copied to clipboard
@
JvmField
val
angVel
:
DualNum
<
Param
>
linear
Vel
Link copied to clipboard
@
JvmField
val
linearVel
:
Vector2dDual
<
Param
>
Functions
acceleration
Link copied to clipboard
fun
acceleration
(
)
:
Acceleration2d
plus
Link copied to clipboard
operator
fun
plus
(
other
:
PoseVelocity2d
)
:
PoseVelocity2dDual
<
Param
>
value
Link copied to clipboard
fun
value
(
)
:
PoseVelocity2d