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