Interface PVector4IType<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2IType<T>, PVectorReadable3IType<T>, PVectorReadable4IType<T>, VectorComputationalType, VectorReadable2IType, VectorReadable3IType, VectorReadable4IType
- All Known Implementing Classes:
PVector4I
@Immutable
public interface PVector4IType<T>
extends PVectorReadable4IType<T>, VectorComputationalType
The type of 4D
int-typed vectors.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) int x()- Specified by:
xin interfaceVectorReadable2IType- Returns:
- The
xcomponent
-
y
@Parameter(order=1) int y()- Specified by:
yin interfaceVectorReadable2IType- Returns:
- The
ycomponent
-
z
@Parameter(order=2) int z()- Specified by:
zin interfaceVectorReadable3IType- Returns:
- The
zcomponent
-
w
@Parameter(order=3) int w()- Specified by:
win interfaceVectorReadable4IType- Returns:
- The
wcomponent
-