mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpimath] Fix incorrect docs for Rotation3d default constructor (#6571)
A Rotation3d is not defined by one angle.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace frc {
|
||||
class WPILIB_DLLEXPORT Rotation3d {
|
||||
public:
|
||||
/**
|
||||
* Constructs a Rotation3d with a default angle of 0 degrees.
|
||||
* Constructs a Rotation3d representing no rotation.
|
||||
*/
|
||||
Rotation3d() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user