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

    • x

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

      @Parameter(order=1) long y()
      Specified by:
      y in interface VectorReadable2LType
      Returns:
      The y component