public interface VectorWritable4LType extends VectorWritable3LType
'Write' interface to four-dimensional vectors with long integer elements.
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom4L(VectorReadable4LType in_v)
Set the current vector to the contents of the input vector.
|
void |
set4L(long x,
long y,
long z,
long w)
Set the current
x, y, z and w values of the
current vector. |
void |
setWL(long w)
Set the current
w value of the current vector. |
copyFrom3L, set3L, setZLcopyFrom2L, set2L, setXL, setYLvoid copyFrom4L(VectorReadable4LType in_v)
in_v - The input vectorvoid set4L(long x,
long y,
long z,
long w)
x, y, z and w values of the
current vector.x - The new x value.y - The new y value.z - The new z value.w - The new w value.void setWL(long w)
w value of the current vector.w - The new w value.Copyright © 2017 <code@io7m.com> http://io7m.com