Interface Vector3IType
- All Superinterfaces:
VectorComputationalType,VectorReadable2IType,VectorReadable3IType
- All Known Implementing Classes:
Vector3I
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
-