mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
three ball auto (hopefully)
This commit is contained in:
@@ -155,4 +155,8 @@ public class Vector2D extends Vector2d {
|
||||
public String toString() {
|
||||
return "<" + this.x + ", " + this.y + ">";
|
||||
}
|
||||
|
||||
public double[] toDoubleArray() {
|
||||
return new double[] {this.x, this.y};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user