Interface VectorReadable3FType
- All Superinterfaces:
VectorReadable2FType
- All Known Subinterfaces:
PVector3FType<T>,PVector4FType<T>,PVectorReadable3FType<T>,PVectorReadable4FType<T>,Vector3FType,Vector4FType,VectorReadable4FType
public interface VectorReadable3FType extends VectorReadable2FType
The type of 3D
float-typed vectors.-
Method Summary
Modifier and Type Method Description floatz()Methods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType
x, y
-
Method Details
-
z
@Parameter(order=2) float z()- Returns:
- The
zcomponent
-