Interface PVectorByteBufferedIntegral3Type<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2LType<T>,PVectorReadable3LType<T>,PVectorStorageIntegral2Type<T>,PVectorStorageIntegral3Type<T>,TensorByteBufferedType,VectorByteBufferedType,VectorReadable2LType,VectorReadable3LType,VectorStorageIntegral2Type,VectorStorageIntegral3Type,VectorStorageType
- All Known Implementing Classes:
PVectorByteBufferedIntegral3s16,PVectorByteBufferedIntegral3s32,PVectorByteBufferedIntegral3s64,PVectorByteBufferedIntegral3s8
public interface PVectorByteBufferedIntegral3Type<T> extends PVectorStorageIntegral3Type<T>, VectorByteBufferedType
The type of byte buffer backed integral vectors.
-
Method Summary
Methods inherited from interface com.io7m.jtensors.storage.api.parameterized.vectors.PVectorStorageIntegral2Type
setPVector2I, setPVector2LMethods inherited from interface com.io7m.jtensors.storage.api.parameterized.vectors.PVectorStorageIntegral3Type
setPVector3I, setPVector3LMethods inherited from interface com.io7m.jtensors.storage.bytebuffered.TensorByteBufferedType
byteBuffer, byteOffset, offset, sizeBytesMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType
x, yMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType
zMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageIntegral2Type
setVector2I, setVector2L, setX, setXY, setYMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageIntegral3Type
setVector3I, setVector3L, setXYZ, setZ