Interface PVector2LType<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2LType<T>,VectorComputationalType,VectorReadable2LType
- All Known Implementing Classes:
PVector2L
@Immutable public interface PVector2LType<T> extends PVectorReadable2LType<T>, VectorComputationalType
The type of 2D
long-typed vectors.-
Method Details
-
x
@Parameter(order=0) long x()- Specified by:
xin interfaceVectorReadable2LType- Returns:
- The
xcomponent
-
y
@Parameter(order=1) long y()- Specified by:
yin interfaceVectorReadable2LType- Returns:
- The
ycomponent
-