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