Interface QuaternionReadable4FType
- All Known Subinterfaces:
Quaternion4FType
- All Known Implementing Classes:
Quaternion4F
public interface QuaternionReadable4FType
The type of 4D
float-typed quaternions.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) float x()- Returns:
- The
xcomponent
-
y
@Parameter(order=1) float y()- Returns:
- The
ycomponent
-
z
@Parameter(order=2) float z()- Returns:
- The
zcomponent
-
w
@Parameter(order=3) float w()- Returns:
- The
wcomponent
-