public interface VectorWritable3IType extends VectorWritable2IType
'Write' interface to three-dimensional vectors with integer elements.
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom3I(VectorReadable3IType in_v)
Set the current vector to the contents of the input vector.
|
void |
set3I(int x,
int y,
int z)
Set the current
x, y and z values
of the current vector. |
void |
setZI(int z)
Set the current
z value of the current vector. |
copyFrom2I, set2I, setXI, setYIvoid copyFrom3I(VectorReadable3IType in_v)
in_v - The input vectorvoid set3I(int x,
int y,
int 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 setZI(int z)
z value of the current vector.z - The new z value.Copyright © 2015 <code@io7m.com> http://io7m.com