public interface VectorWritable3DType extends VectorWritable2DType
'Write' interface to three-dimensional vectors with double
elements.
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom3D(VectorReadable3DType in_v)
Set the current vector to the contents of the input vector.
|
void |
set3D(double x,
double y,
double z)
Set the current
x, y and z values of the current
vector. |
void |
setZD(double z)
Set the current
z value of the current vector. |
copyFrom2D, set2D, setXD, setYDvoid copyFrom3D(VectorReadable3DType in_v)
in_v - The input vectorvoid set3D(double x,
double y,
double 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 setZD(double z)
z value of the current vector.z - The new z value.Copyright © 2016 <code@io7m.com> http://io7m.com