mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
Merge branch 'Climber' of https://github.com/Team4388/2022NoWayHome into Climber
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user