Interface Vector2DType
- All Superinterfaces:
VectorComputationalType, VectorReadable2DType
- All Known Implementing Classes:
Vector2D
The type of 2D
double-typed vectors.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) double x()- Specified by:
xin interfaceVectorReadable2DType- Returns:
- The
xcomponent
-
y
@Parameter(order=1) double y()- Specified by:
yin interfaceVectorReadable2DType- Returns:
- The
ycomponent
-