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
x
component
-
y
@Parameter(order=1) float y()- Returns:
- The
y
component
-
z
@Parameter(order=2) float z()- Returns:
- The
z
component
-
w
@Parameter(order=3) float w()- Returns:
- The
w
component
-