Class Vector2D
- java.lang.Object
-
- edu.wpi.grip.core.operations.network.Vector2D
-
- All Implemented Interfaces:
Publishable
@Immutable public final class Vector2D extends java.lang.Object implements Publishable
A type publishable to a NetworkPublisher that consists of two numbers. JavaCVopencv_core.Point
s andopencv_core.Size
s are converted into this.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
-