Interface VectorReadable2IType

All Known Subinterfaces:
PVector2IType<T>, PVector3IType<T>, PVector4IType<T>, PVectorReadable2IType<T>, PVectorReadable3IType<T>, PVectorReadable4IType<T>, Vector2IType, Vector3IType, Vector4IType, VectorReadable3IType, VectorReadable4IType
All Known Implementing Classes:
PVector2I, PVector3I, PVector4I, Vector2I, Vector3I, Vector4I

public interface VectorReadable2IType
The type of 2D int-typed vectors.
  • Method Summary

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

    • x

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

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