Package | Description |
---|---|
frc.team670.robot.utils.math |
Modifier and Type | Method and Description |
---|---|
Translation |
RigidTransform.getTranslation() |
Translation |
Translation.rotate(Rotation rotation)
Rotate a translation vector.
|
Translation |
Translation.translate(Translation other)
Translate a translation vector.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Translation.equals(Translation t) |
Translation |
Translation.translate(Translation other)
Translate a translation vector.
|
Constructor and Description |
---|
RigidTransform(Translation translation,
Rotation rotation) |
Rotation(Translation directionVector)
Create a rotation matrix from a translation vector.
|