Interface PVectorStorageIntegral3Type<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2LType<T>,PVectorReadable3LType<T>,PVectorStorageIntegral2Type<T>,VectorReadable2LType,VectorReadable3LType,VectorStorageIntegral2Type,VectorStorageIntegral3Type,VectorStorageType
- All Known Subinterfaces:
PVectorByteBufferedIntegral3Type<T>,PVectorByteBufferedIntegral4Type<T>,PVectorStorageIntegral4Type<T>
- All Known Implementing Classes:
PVectorByteBufferedIntegral3s16,PVectorByteBufferedIntegral3s32,PVectorByteBufferedIntegral3s64,PVectorByteBufferedIntegral3s8,PVectorByteBufferedIntegral4s16,PVectorByteBufferedIntegral4s32,PVectorByteBufferedIntegral4s64,PVectorByteBufferedIntegral4s8,PVectorMutable3L,PVectorMutable4L
public interface PVectorStorageIntegral3Type<T> extends PVectorReadable3LType<T>, PVectorStorageIntegral2Type<T>, VectorStorageIntegral3Type
The type of mutable 3D integral number vectors.
-
Method Summary
Modifier and Type Method Description default voidsetPVector3I(PVector3I<T> v)Set the components from the given vector.default voidsetPVector3L(PVector3L<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.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
-
Method Details
-
setPVector3L
Set the components from the given vector.- Parameters:
v- The source vector
-
setPVector3I
Set the components from the given vector.- Parameters:
v- The source vector
-