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 com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType
x, yMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FType
z
-
Method Details
-
w
@Parameter(order=3) float w()- Returns:
- The
wcomponent
-