mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpilibc] Remove deprecated Joystick angle functions (#6569)
This commit is contained in:
@@ -251,26 +251,6 @@ class Joystick : public GenericHID {
|
||||
*/
|
||||
double GetMagnitude() const;
|
||||
|
||||
/**
|
||||
* Get the direction of the vector formed by the joystick and its origin
|
||||
* in radians.
|
||||
*
|
||||
* @return The direction of the vector in radians
|
||||
* @deprecated Use GetDirection() instead.
|
||||
*/
|
||||
[[deprecated("Use GetDirection() instead.")]]
|
||||
double GetDirectionRadians() const;
|
||||
|
||||
/**
|
||||
* Get the direction of the vector formed by the joystick and its origin
|
||||
* in degrees.
|
||||
*
|
||||
* @return The direction of the vector in degrees
|
||||
* @deprecated Use GetDirection() instead.
|
||||
*/
|
||||
[[deprecated("Use GetDirection() instead.")]]
|
||||
double GetDirectionDegrees() const;
|
||||
|
||||
/**
|
||||
* Get the direction of the vector formed by the joystick and its origin.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user