mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpimath] Fix copy-paste error from Pose2d docs (NFC) (#5490)
This commit is contained in:
@@ -151,8 +151,7 @@ public class Pose3d implements Interpolatable<Pose3d> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Transforms the pose by the given transformation and returns the new pose. See + operator for
|
||||
* the matrix multiplication performed.
|
||||
* Transforms the pose by the given transformation and returns the new pose.
|
||||
*
|
||||
* @param other The transform to transform the pose by.
|
||||
* @return The transformed pose.
|
||||
|
||||
Reference in New Issue
Block a user