Class VectorMutable3L

java.lang.Object
com.io7m.jtensors.storage.heap.VectorMutable3L
All Implemented Interfaces:
VectorReadable2LType, VectorReadable3LType, VectorStorageIntegral2Type, VectorStorageIntegral3Type, VectorStorageType

public final class VectorMutable3L
extends java.lang.Object
implements VectorStorageIntegral3Type
A heap-based vector.
  • Constructor Summary

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

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

    Methods inherited from class java.lang.Object

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

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

    setVector2I, setVector2L, setXY

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

    setVector3I, setVector3L, setXYZ