mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[wpimath] Expand Quaternion class with additional operators (#5600)
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
This commit is contained in:
@@ -132,7 +132,7 @@ class WPILIB_DLLEXPORT Rotation3d {
|
||||
/**
|
||||
* Checks equality between this Rotation3d and another object.
|
||||
*/
|
||||
bool operator==(const Rotation3d&) const = default;
|
||||
bool operator==(const Rotation3d&) const;
|
||||
|
||||
/**
|
||||
* Adds the new rotation to the current rotation. The other rotation is
|
||||
|
||||
Reference in New Issue
Block a user