Interface PVectorStorageFloating2Type<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2DType<T>, VectorReadable2DType, VectorStorageFloating2Type, VectorStorageType
- All Known Subinterfaces:
PVectorByteBufferedFloating2Type<T>, PVectorByteBufferedFloating3Type<T>, PVectorByteBufferedFloating4Type<T>, PVectorStorageFloating3Type<T>, PVectorStorageFloating4Type<T>
- All Known Implementing Classes:
PVectorByteBufferedFloating2s16, PVectorByteBufferedFloating2s32, PVectorByteBufferedFloating2s64, PVectorByteBufferedFloating3s16, PVectorByteBufferedFloating3s32, PVectorByteBufferedFloating3s64, PVectorByteBufferedFloating4s16, PVectorByteBufferedFloating4s32, PVectorByteBufferedFloating4s64, PVectorMutable2D, PVectorMutable3D, PVectorMutable4D
public interface PVectorStorageFloating2Type<T>
extends PVectorReadable2DType<T>, VectorStorageFloating2Type
The type of mutable 2D floating point number vectors.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetPVector2D(PVector2D<T> v) Set the components from the given vector.default voidsetPVector2F(PVector2F<T> v) Set the components from the given vector.Methods inherited from interface VectorReadable2DType
x, yMethods inherited from interface VectorStorageFloating2Type
setVector2D, setVector2F, setX, setXY, setY
-
Method Details
-
setPVector2D
-
setPVector2F
-