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