Interface PVectorStorageFloating3Type<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2DType<T>, PVectorReadable3DType<T>, PVectorStorageFloating2Type<T>, VectorReadable2DType, VectorReadable3DType, VectorStorageFloating2Type, VectorStorageFloating3Type, VectorStorageType
- All Known Subinterfaces:
PVectorByteBufferedFloating3Type<T>, PVectorByteBufferedFloating4Type<T>, PVectorStorageFloating4Type<T>
- All Known Implementing Classes:
PVectorByteBufferedFloating3s16, PVectorByteBufferedFloating3s32, PVectorByteBufferedFloating3s64, PVectorByteBufferedFloating4s16, PVectorByteBufferedFloating4s32, PVectorByteBufferedFloating4s64, PVectorMutable3D, PVectorMutable4D
public interface PVectorStorageFloating3Type<T>
extends PVectorReadable3DType<T>, PVectorStorageFloating2Type<T>, VectorStorageFloating3Type
The type of mutable 3D floating point number vectors.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetPVector3D(PVector3D<T> v) Set the components from the given vector.default voidsetPVector3F(PVector3F<T> v) Set the components from the given vector.Methods inherited from interface PVectorStorageFloating2Type
setPVector2D, setPVector2FMethods inherited from interface VectorReadable2DType
x, yMethods inherited from interface VectorReadable3DType
zMethods inherited from interface VectorStorageFloating2Type
setVector2D, setVector2F, setX, setXY, setYMethods inherited from interface VectorStorageFloating3Type
setVector3D, setVector3F, setXYZ, setZ
-
Method Details
-
setPVector3D
-
setPVector3F
-