Interface PVector4LType<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2LType<T>, PVectorReadable3LType<T>, PVectorReadable4LType<T>, VectorComputationalType, VectorReadable2LType, VectorReadable3LType, VectorReadable4LType
- All Known Implementing Classes:
PVector4L
@Immutable
public interface PVector4LType<T>
extends PVectorReadable4LType<T>, VectorComputationalType
The type of 4D
long-typed vectors.-
Method Summary
-
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
-
z
@Parameter(order=2) long z()- Specified by:
zin interfaceVectorReadable3LType- Returns:
- The
zcomponent
-
w
@Parameter(order=3) long w()- Specified by:
win interfaceVectorReadable4LType- Returns:
- The
wcomponent
-