Interface VectorReadable4FType
- All Superinterfaces:
VectorReadable2FType, VectorReadable3FType
- All Known Subinterfaces:
PVector4FType<T>, PVectorReadable4FType<T>, Vector4FType
The type of 4D
float-typed vectors.-
Method Summary
Methods inherited from interface VectorReadable2FType
x, yMethods inherited from interface VectorReadable3FType
z
-
Method Details
-
w
@Parameter(order=3) float w()- Returns:
- The
wcomponent
-