public static class RigidTransform2d.Delta
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
dtheta
change in theta
|
double |
dx
change in x
|
double |
dy
change in y
|
| Constructor and Description |
|---|
Delta(double dx,
double dy,
double dtheta) |
Delta(RigidTransform2d pose2,
RigidTransform2d pose1) |
public final double dx
public final double dy
public final double dtheta
public Delta(double dx,
double dy,
double dtheta)
dx - change in xdy - change in ydtheta - change in thetapublic Delta(RigidTransform2d pose2, RigidTransform2d pose1)