Interface Vector2FType
- All Superinterfaces:
VectorComputationalType,VectorReadable2FType
- All Known Implementing Classes:
Vector2F
The type of 2D
float-typed vectors.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) float x()- Specified by:
xin interfaceVectorReadable2FType- Returns:
- The
xcomponent
-
y
@Parameter(order=1) float y()- Specified by:
yin interfaceVectorReadable2FType- Returns:
- The
ycomponent
-