Interface VectorReadable4IType
- All Superinterfaces:
VectorReadable2IType,VectorReadable3IType
- All Known Subinterfaces:
PVector4IType<T>,PVectorReadable4IType<T>,Vector4IType
public interface VectorReadable4IType extends VectorReadable3IType
The type of 4D
int-typed vectors.-
Method Summary
Modifier and Type Method Description intw()Methods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType
x, yMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType
z
-
Method Details
-
w
@Parameter(order=3) int w()- Returns:
- The
wcomponent
-