Interface Vector3DType
- All Superinterfaces:
VectorComputationalType,VectorReadable2DType,VectorReadable3DType
- All Known Implementing Classes:
Vector3D
@Immutable public interface Vector3DType extends VectorReadable3DType, VectorComputationalType
The type of 3D
double-typed vectors.-
Method Details
-
x
@Parameter(order=0) double x()- Specified by:
xin interfaceVectorReadable2DType- Returns:
- The
xcomponent
-
y
@Parameter(order=1) double y()- Specified by:
yin interfaceVectorReadable2DType- Returns:
- The
ycomponent
-
z
@Parameter(order=2) double z()- Specified by:
zin interfaceVectorReadable3DType- Returns:
- The
zcomponent
-