mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[wpimath] Correct Rotation3d::RotateBy doc comment (NFC) (#5541)
Improve transform doc comment consistency
This commit is contained in:
@@ -94,7 +94,8 @@ class WPILIB_DLLEXPORT Transform2d {
|
||||
}
|
||||
|
||||
/**
|
||||
* Composes two transformations.
|
||||
* Composes two transformations. The second transform is applied relative to
|
||||
* the orientation of the first.
|
||||
*
|
||||
* @param other The transform to compose with this one.
|
||||
* @return The composition of the two transformations.
|
||||
|
||||
Reference in New Issue
Block a user