Interface PVectorByteBufferedIntegral4Type<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2LType<T>, PVectorReadable3LType<T>, PVectorReadable4LType<T>, PVectorStorageIntegral2Type<T>, PVectorStorageIntegral3Type<T>, PVectorStorageIntegral4Type<T>, TensorByteBufferedType, VectorByteBufferedType, VectorReadable2LType, VectorReadable3LType, VectorReadable4LType, VectorStorageIntegral2Type, VectorStorageIntegral3Type, VectorStorageIntegral4Type, VectorStorageType
- All Known Implementing Classes:
PVectorByteBufferedIntegral4s16, PVectorByteBufferedIntegral4s32, PVectorByteBufferedIntegral4s64, PVectorByteBufferedIntegral4s8
public interface PVectorByteBufferedIntegral4Type<T>
extends PVectorStorageIntegral4Type<T>, VectorByteBufferedType
The type of byte buffer backed integral vectors.
-
Method Summary
Methods inherited from interface PVectorStorageIntegral2Type
setPVector2I, setPVector2LMethods inherited from interface PVectorStorageIntegral3Type
setPVector3I, setPVector3LMethods inherited from interface PVectorStorageIntegral4Type
setPVector4I, setPVector4LMethods inherited from interface TensorByteBufferedType
byteBuffer, byteOffset, offset, sizeBytesMethods inherited from interface VectorReadable2LType
x, yMethods inherited from interface VectorReadable3LType
zMethods inherited from interface VectorReadable4LType
wMethods inherited from interface VectorStorageIntegral2Type
setVector2I, setVector2L, setX, setXY, setYMethods inherited from interface VectorStorageIntegral3Type
setVector3I, setVector3L, setXYZ, setZMethods inherited from interface VectorStorageIntegral4Type
setVector4I, setVector4L, setW, setXYZW