VectorComputationalType, VectorReadable2DType, VectorReadable3DTypeVector3D@Immutable public interface Vector3DType extends VectorReadable3DType, VectorComputationalType
double-typed vectors.| Modifier and Type | Method | Description |
|---|---|---|
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 componentCopyright © 2017 <code@io7m.com> http://io7m.com