Interface PVector4DType<T>
- Type Parameters:
T- A phantom type parameter
- All Superinterfaces:
PVectorReadable2DType<T>, PVectorReadable3DType<T>, PVectorReadable4DType<T>, VectorComputationalType, VectorReadable2DType, VectorReadable3DType, VectorReadable4DType
- All Known Implementing Classes:
PVector4D
@Immutable
public interface PVector4DType<T>
extends PVectorReadable4DType<T>, VectorComputationalType
The type of 4D
double-typed vectors.-
Method Summary
-
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
-
w
@Parameter(order=3) double w()- Specified by:
win interfaceVectorReadable4DType- Returns:
- The
wcomponent
-