Interface Quaternion4DType
- All Superinterfaces:
QuaternionReadable4DType
- All Known Implementing Classes:
Quaternion4D
The type of 4D
double-typed quaternions.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) double x()- Specified by:
xin interfaceQuaternionReadable4DType- Returns:
- The
xcomponent
-
y
@Parameter(order=1) double y()- Specified by:
yin interfaceQuaternionReadable4DType- Returns:
- The
ycomponent
-
z
@Parameter(order=2) double z()- Specified by:
zin interfaceQuaternionReadable4DType- Returns:
- The
zcomponent
-
w
@Parameter(order=3) double w()- Specified by:
win interfaceQuaternionReadable4DType- Returns:
- The
wcomponent
-