Interface VectorReadable2FType

All Known Subinterfaces:
PVector2FType<T>, PVector3FType<T>, PVector4FType<T>, PVectorReadable2FType<T>, PVectorReadable3FType<T>, PVectorReadable4FType<T>, Vector2FType, Vector3FType, Vector4FType, VectorReadable3FType, VectorReadable4FType
All Known Implementing Classes:
PVector2F, PVector3F, PVector4F, Vector2F, Vector3F, Vector4F

public interface VectorReadable2FType
The type of 2D float-typed vectors.
  • Method Summary

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

    • x

      @Parameter(order=0) float x()
      Returns:
      The x component
    • y

      @Parameter(order=1) float y()
      Returns:
      The y component