Class PVectorMutable2D<T>

java.lang.Object
com.io7m.jtensors.storage.heap.PVectorMutable2D<T>
Type Parameters:
T - A phantom type parameter
All Implemented Interfaces:
PVectorReadable2DType<T>, VectorReadable2DType, PVectorStorageFloating2Type<T>, VectorStorageFloating2Type, VectorStorageType

public final class PVectorMutable2D<T>
extends java.lang.Object
implements PVectorStorageFloating2Type<T>
A heap-based vector.
  • Constructor Summary

    Constructors 
    Constructor Description
    PVectorMutable2D()
    Create a new vector.
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    void setX​(double in_x)
    Set the x component.
    void setY​(double in_y)
    Set the Y component.
    java.lang.String toString()  
    double x()  
    double y()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.io7m.jtensors.storage.api.parameterized.vectors.PVectorStorageFloating2Type

    setPVector2D, setPVector2F

    Methods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageFloating2Type

    setVector2D, setVector2F, setXY