Interface VectorReadable4LType
- All Superinterfaces:
VectorReadable2LType,VectorReadable3LType
- All Known Subinterfaces:
PVector4LType<T>,PVectorByteBufferedIntegral4Type<T>,PVectorReadable4LType<T>,PVectorStorageIntegral4Type<T>,Vector4LType,VectorByteBufferedIntegral4Type,VectorStorageIntegral4Type
- All Known Implementing Classes:
PVector4L,PVectorByteBufferedIntegral4s16,PVectorByteBufferedIntegral4s32,PVectorByteBufferedIntegral4s64,PVectorByteBufferedIntegral4s8,PVectorMutable4L,Vector4L,VectorByteBufferedIntegral4s16,VectorByteBufferedIntegral4s32,VectorByteBufferedIntegral4s64,VectorByteBufferedIntegral4s8,VectorMutable4L
The type of 4D
long-typed vectors.-
Method Summary
Methods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType
x, yMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType
z
-
Method Details
-
w
@Parameter(order=3) long w()- Returns:
- The
wcomponent
-