Interface PVector2IType<T>

Type Parameters:
T - A phantom type parameter
All Superinterfaces:
PVectorReadable2IType<T>, VectorComputationalType, VectorReadable2IType
All Known Implementing Classes:
PVector2I

@Immutable
public interface PVector2IType<T>
extends PVectorReadable2IType<T>, VectorComputationalType
The type of 2D int-typed vectors.
  • Method Summary

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