mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiunits] Adds FeetPerSecondPerSecond (#6543)
This commit is contained in:
@@ -182,6 +182,13 @@ public final class Units {
|
||||
public static final Velocity<Velocity<Distance>> MetersPerSecondPerSecond =
|
||||
MetersPerSecond.per(Second);
|
||||
|
||||
/**
|
||||
* A unit of linear acceleration equivalent to accelerating at a rate of one {@link #Foot Foot}
|
||||
* per {@link #Second} every second.
|
||||
*/
|
||||
public static final Velocity<Velocity<Distance>> FeetPerSecondPerSecond =
|
||||
FeetPerSecond.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