mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiunits] Add InchesPerSecondPerSecond (#7905)
This commit is contained in:
@@ -203,6 +203,12 @@ public final class Units {
|
||||
*/
|
||||
public static final LinearAccelerationUnit FeetPerSecondPerSecond = FeetPerSecond.per(Second);
|
||||
|
||||
/**
|
||||
* A unit of linear acceleration equivalent to accelerating at a rate of one {@link #Inch Inch}
|
||||
* per {@link #Second} every second.
|
||||
*/
|
||||
public static final LinearAccelerationUnit InchesPerSecondPerSecond = InchesPerSecond.per(Second);
|
||||
|
||||
/**
|
||||
* A unit of angular acceleration equivalent to accelerating at a rate of one {@link #Rotations
|
||||
* Rotation} per {@link #Second} every second.
|
||||
|
||||
Reference in New Issue
Block a user