Interface VectorReadable3IType
- All Superinterfaces:
VectorReadable2IType
- All Known Subinterfaces:
PVector3IType<T>, PVector4IType<T>, PVectorReadable3IType<T>, PVectorReadable4IType<T>, Vector3IType, Vector4IType, VectorReadable4IType
The type of 3D
int-typed vectors.-
Method Summary
Methods inherited from interface VectorReadable2IType
x, y
-
Method Details
-
z
@Parameter(order=2) int z()- Returns:
- The
zcomponent
-