Interface Vector2LType

All Superinterfaces:
VectorComputationalType, VectorReadable2LType
All Known Implementing Classes:
Vector2L

@Immutable
public interface Vector2LType
extends VectorReadable2LType, VectorComputationalType
The type of 2D long-typed vectors.
  • Method Summary

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