mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[wpimath] Mark all geometry classes as final (#8790)
In Java, these are likely to become value classes in the future. Make C++ final for consistency.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace wpi::math {
|
||||
* Represents a 2d ellipse space containing translational, rotational, and
|
||||
* scaling components.
|
||||
*/
|
||||
class WPILIB_DLLEXPORT Ellipse2d {
|
||||
class WPILIB_DLLEXPORT Ellipse2d final {
|
||||
public:
|
||||
/**
|
||||
* Constructs an ellipse around a center point and two semi-axes, a horizontal
|
||||
|
||||
Reference in New Issue
Block a user