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