VectorComputationalType, VectorReadable2DType, VectorReadable3DType, VectorReadable4DTypeVector4D@Immutable public interface Vector4DType extends VectorReadable4DType, VectorComputationalType
double-typed vectors.| Modifier and Type | Method | Description |
|---|---|---|
double |
w() |
|
double |
x() |
|
double |
y() |
|
double |
z() |
@Parameter(order=0) double x()
x in interface VectorReadable2DTypex component@Parameter(order=1) double y()
y in interface VectorReadable2DTypey component@Parameter(order=2) double z()
z in interface VectorReadable3DTypez component@Parameter(order=3) double w()
w in interface VectorReadable4DTypew componentCopyright © 2017 <code@io7m.com> http://io7m.com