Merge branch 'Climber' of https://github.com/Team4388/2022NoWayHome into Climber

This commit is contained in:
66945
2022-03-16 14:41:49 -06:00
+5 -1
View File
@@ -6,7 +6,11 @@ package frc4388.utility;
import edu.wpi.first.wpilibj.drive.Vector2d;
/** Aarav's good vector class (better than WPILib) */
/**
*
* Aarav's good vector class (better than WPILib)
* @author Aarav Shah */
public class Vector2D extends Vector2d {
public double x;