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 Details

    • setPVector4D

      default void setPVector4D​(PVector4D<T> v)
      Set the components from the given vector.
      Parameters:
      v - The source vector
    • setPVector4F

      default void setPVector4F​(PVector4F<T> v)
      Set the components from the given vector.
      Parameters:
      v - The source vector