Interface Vector3IType

All Superinterfaces:
VectorComputationalType, VectorReadable2IType, VectorReadable3IType
All Known Implementing Classes:
Vector3I

@Immutable public interface Vector3IType extends VectorReadable3IType, VectorComputationalType
The type of 3D int-typed vectors.
  • Method Summary

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

    • x

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

      @Parameter(order=1) int y()
      Specified by:
      y in interface VectorReadable2IType
      Returns:
      The y component
    • z

      @Parameter(order=2) int z()
      Specified by:
      z in interface VectorReadable3IType
      Returns:
      The z component