Interface PVectorStorageIntegral4Type<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2LType<T>,PVectorReadable3LType<T>,PVectorReadable4LType<T>,PVectorStorageIntegral2Type<T>,PVectorStorageIntegral3Type<T>,VectorReadable2LType,VectorReadable3LType,VectorReadable4LType,VectorStorageIntegral2Type,VectorStorageIntegral3Type,VectorStorageIntegral4Type,VectorStorageType
- All Known Subinterfaces:
PVectorByteBufferedIntegral4Type<T>
- All Known Implementing Classes:
PVectorByteBufferedIntegral4s16,PVectorByteBufferedIntegral4s32,PVectorByteBufferedIntegral4s64,PVectorByteBufferedIntegral4s8,PVectorMutable4L
public interface PVectorStorageIntegral4Type<T> extends PVectorReadable4LType<T>, PVectorStorageIntegral3Type<T>, VectorStorageIntegral4Type
The type of mutable 4D integral number vectors.
-
Method Summary
Modifier and Type Method Description default voidsetPVector4I(PVector4I<T> v)Set the components from the given vector.default voidsetPVector4L(PVector4L<T> v)Set the components from the given vector.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.core.unparameterized.vectors.VectorReadable2LType
x, yMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType
zMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType
wMethods 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, setZMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageIntegral4Type
setVector4I, setVector4L, setW, setXYZW
-
Method Details
-
setPVector4L
Set the components from the given vector.- Parameters:
v- The source vector
-
setPVector4I
Set the components from the given vector.- Parameters:
v- The source vector
-