Class VectorMutable3L
java.lang.Object
com.io7m.jtensors.storage.heap.VectorMutable3L
- All Implemented Interfaces:
VectorReadable2LType, VectorReadable3LType, VectorStorageIntegral2Type, VectorStorageIntegral3Type, VectorStorageType
A heap-based vector.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface VectorStorageIntegral2Type
setVector2I, setVector2L, setXYMethods inherited from interface VectorStorageIntegral3Type
setVector3I, setVector3L, setXYZ
-
Constructor Details
-
VectorMutable3L
public VectorMutable3L()Create a new vector.
-
-
Method Details
-
equals
-
hashCode
-
toString
-
x
public long x()- Specified by:
xin interfaceVectorReadable2LType- Returns:
- The
xcomponent
-
y
public long y()- Specified by:
yin interfaceVectorReadable2LType- Returns:
- The
ycomponent
-
z
public long z()- Specified by:
zin interfaceVectorReadable3LType- Returns:
- The
zcomponent
-
setZ
public void setZ(long in_z) Description copied from interface:VectorStorageIntegral3TypeSet thezcomponent.- Specified by:
setZin interfaceVectorStorageIntegral3Type- Parameters:
in_z- The Z component
-
setX
public void setX(long in_x) Description copied from interface:VectorStorageIntegral2TypeSet thexcomponent.- Specified by:
setXin interfaceVectorStorageIntegral2Type- Parameters:
in_x- The X component
-
setY
public void setY(long in_y) Description copied from interface:VectorStorageIntegral2TypeSet theYcomponent.- Specified by:
setYin interfaceVectorStorageIntegral2Type- Parameters:
in_y- The Y component
-