public interface VectorWritable2LType
'Write' interface to two-dimensional vectors with long integer elements.
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom2L(VectorReadable2LType in_v)
Set the current vector to the contents of the input vector.
|
void |
set2L(long x,
long y)
Set the current
x and y values of the current vector. |
void |
setXL(long x)
Set the current
x value of the current vector. |
void |
setYL(long y)
Set the current
y value of the current vector. |
void copyFrom2L(VectorReadable2LType in_v)
in_v - The input vectorvoid set2L(long x,
long y)
x and y values of the current vector.x - The new x value.y - The new y value.void setXL(long x)
x value of the current vector.x - The new x value.void setYL(long y)
y value of the current vector.y - The new y value.Copyright © 2017 <code@io7m.com> http://io7m.com