public interface VectorWritable3FType extends VectorWritable2FType
'Write' interface to three-dimensional vectors with float
elements.
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom3F(VectorReadable3FType in_v)
Set the current vector to the contents of the input vector.
|
void |
set3F(float x,
float y,
float z)
Set the current
x, y and z values of the current
vector. |
void |
setZF(float z)
Set the current
z value of the current vector. |
copyFrom2F, set2F, setXF, setYFvoid copyFrom3F(VectorReadable3FType in_v)
in_v - The input vectorvoid set3F(float x,
float y,
float 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 setZF(float z)
z value of the current vector.z - The new z value.Copyright © 2015 <code@io7m.com> http://io7m.com