Interface PVector3FType<T>

Type Parameters:
T - A phantom type parameter
All Superinterfaces:
PVectorReadable2FType<T>, PVectorReadable3FType<T>, VectorComputationalType, VectorReadable2FType, VectorReadable3FType
All Known Implementing Classes:
PVector3F

@Immutable public interface PVector3FType<T> extends PVectorReadable3FType<T>, VectorComputationalType
The type of 3D float-typed vectors.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    x()
     
    float
    y()
     
    float
    z()
     
  • Method Details

    • x

      @Parameter(order=0) float x()
      Specified by:
      x in interface VectorReadable2FType
      Returns:
      The x component
    • y

      @Parameter(order=1) float y()
      Specified by:
      y in interface VectorReadable2FType
      Returns:
      The y component
    • z

      @Parameter(order=2) float z()
      Specified by:
      z in interface VectorReadable3FType
      Returns:
      The z component