VectorComputationalType, VectorReadable2FType, VectorReadable3FType, VectorReadable4FTypeVector4F@Immutable public interface Vector4FType extends VectorReadable4FType, VectorComputationalType
float-typed vectors.| Modifier and Type | Method | Description |
|---|---|---|
float |
w() |
|
float |
x() |
|
float |
y() |
|
float |
z() |
@Parameter(order=0) float x()
x in interface VectorReadable2FTypex component@Parameter(order=1) float y()
y in interface VectorReadable2FTypey component@Parameter(order=2) float z()
z in interface VectorReadable3FTypez component@Parameter(order=3) float w()
w in interface VectorReadable4FTypew componentCopyright © 2017 <code@io7m.com> http://io7m.com