Interface PVectorStorageFloating4Type<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2DType<T>,PVectorReadable3DType<T>,PVectorReadable4DType<T>,PVectorStorageFloating2Type<T>,PVectorStorageFloating3Type<T>,VectorReadable2DType,VectorReadable3DType,VectorReadable4DType,VectorStorageFloating2Type,VectorStorageFloating3Type,VectorStorageFloating4Type,VectorStorageType
- All Known Subinterfaces:
PVectorByteBufferedFloating4Type<T>
- All Known Implementing Classes:
PVectorByteBufferedFloating4s16,PVectorByteBufferedFloating4s32,PVectorByteBufferedFloating4s64,PVectorMutable4D
public interface PVectorStorageFloating4Type<T>
extends PVectorReadable4DType<T>, PVectorStorageFloating3Type<T>, VectorStorageFloating4Type
The type of mutable 4D floating point number vectors.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetPVector4D(PVector4D<T> v) Set the components from the given vector.default voidsetPVector4F(PVector4F<T> v) Set the components from the given vector.Methods inherited from interface com.io7m.jtensors.storage.api.parameterized.vectors.PVectorStorageFloating2Type
setPVector2D, setPVector2FMethods inherited from interface com.io7m.jtensors.storage.api.parameterized.vectors.PVectorStorageFloating3Type
setPVector3D, setPVector3FMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType
x, yMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType
zMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType
wMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageFloating2Type
setVector2D, setVector2F, setX, setXY, setYMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageFloating3Type
setVector3D, setVector3F, setXYZ, setZMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageFloating4Type
setVector4D, setVector4F, setW, setXYZW
-
Method Details
-
setPVector4D
Set the components from the given vector.- Parameters:
v- The source vector
-
setPVector4F
Set the components from the given vector.- Parameters:
v- The source vector
-