Interface Vector4IType
- All Superinterfaces:
VectorComputationalType,VectorReadable2IType,VectorReadable3IType,VectorReadable4IType
- All Known Implementing Classes:
Vector4I
@Immutable public interface Vector4IType extends VectorReadable4IType, VectorComputationalType
The type of 4D
int-typed vectors.-
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
-