public interface VectorWritable3LType extends VectorWritable2LType
'Write' interface to three-dimensional vectors with long integer elements.
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom3L(VectorReadable3LType in_v)
Set the current vector to the contents of the input vector.
|
void |
set3L(long x,
long y,
long z)
Set the current
x, y and z values of the current
vector. |
void |
setZL(long z)
Set the current
z value of the current vector. |
copyFrom2L, set2L, setXL, setYLvoid copyFrom3L(VectorReadable3LType in_v)
in_v - The input vectorvoid set3L(long x,
long y,
long z)
x, y and z values of the current
vector.x - The new x value.y - The new y value.z - The new z value.void setZL(long z)
z value of the current vector.z - The new z value.Copyright © 2015 <code@io7m.com> http://io7m.com