Interface PVector2FType<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2FType<T>,VectorComputationalType,VectorReadable2FType
- All Known Implementing Classes:
PVector2F
@Immutable
public interface PVector2FType<T>
extends PVectorReadable2FType<T>, VectorComputationalType
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
-