Class Twist2D
- java.lang.Object
-
- org.team1540.rooster.datastructures.twod.Twist2D
-
public class Twist2D extends Object
2D twist data structure class
-
-
Constructor Summary
Constructors Constructor Description Twist2D(double x, double y, double omega)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getOmega()
double
getX()
double
getY()
void
putToNetworkTable(String networkTablesPath)
-