Interface VectorReadable3FType

All Superinterfaces:
VectorReadable2FType
All Known Subinterfaces:
PVector3FType<T>, PVector4FType<T>, PVectorReadable3FType<T>, PVectorReadable4FType<T>, Vector3FType, Vector4FType, VectorReadable4FType
All Known Implementing Classes:
PVector3F, PVector4F, Vector3F, Vector4F

public interface VectorReadable3FType extends VectorReadable2FType
The type of 3D float-typed vectors.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    z()
     

    Methods inherited from interface VectorReadable2FType

    x, y
  • Method Details

    • z

      @Parameter(order=2) float z()
      Returns:
      The z component