Interface PVector3IType<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2IType<T>, PVectorReadable3IType<T>, VectorComputationalType, VectorReadable2IType, VectorReadable3IType
- All Known Implementing Classes:
PVector3I
@Immutable
public interface PVector3IType<T>
extends PVectorReadable3IType<T>, VectorComputationalType
The type of 3D
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
-