Skip to content

Commit 0719228

Browse files
authored
[wpiunits] Add InchesPerSecondPerSecond (#7905)
1 parent ed94e3a commit 0719228

File tree

1 file changed

+6
-0
lines changed
  • wpiunits/src/main/java/edu/wpi/first/units

1 file changed

+6
-0
lines changed

wpiunits/src/main/java/edu/wpi/first/units/Units.java

+6
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ private Units() {
203203
*/
204204
public static final LinearAccelerationUnit FeetPerSecondPerSecond = FeetPerSecond.per(Second);
205205

206+
/**
207+
* A unit of linear acceleration equivalent to accelerating at a rate of one {@link #Inch Inch}
208+
* per {@link #Second} every second.
209+
*/
210+
public static final LinearAccelerationUnit InchesPerSecondPerSecond = InchesPerSecond.per(Second);
211+
206212
/**
207213
* A unit of angular acceleration equivalent to accelerating at a rate of one {@link #Rotations
208214
* Rotation} per {@link #Second} every second.

0 commit comments

Comments
 (0)