public interface VectorWritable2IType
'Write' interface to two-dimensional vectors with integer elements.
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom2I(VectorReadable2IType in_v)
Set the current vector to the contents of the input vector.
|
void |
set2I(int x,
int y)
Set the current
x and y values of the current
vector. |
void |
setXI(int x)
Set the current
x value of the current vector. |
void |
setYI(int y)
Set the current
y value of the current vector. |
void copyFrom2I(VectorReadable2IType in_v)
in_v - The input vectorvoid set2I(int x,
int y)
x and y values of the current
vector.x - The new x value.y - The new y value.void setXI(int x)
x value of the current vector.x - The new x value.void setYI(int y)
y value of the current vector.y - The new y value.Copyright © 2015 <code@io7m.com> http://io7m.com