Class VectorMutable3D

java.lang.Object
com.io7m.jtensors.storage.heap.VectorMutable3D
All Implemented Interfaces:
VectorReadable2DType, VectorReadable3DType, VectorStorageFloating2Type, VectorStorageFloating3Type, VectorStorageType

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

    Constructors 
    Constructor Description
    VectorMutable3D()
    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.
    void setZ​(double in_z)
    Set the z component.
    java.lang.String toString()  
    double x()  
    double y()  
    double 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.VectorStorageFloating2Type

    setVector2D, setVector2F, setXY

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

    setVector3D, setVector3F, setXYZ