Interface VectorReadable3IType

All Superinterfaces:
VectorReadable2IType
All Known Subinterfaces:
PVector3IType<T>, PVector4IType<T>, PVectorReadable3IType<T>, PVectorReadable4IType<T>, Vector3IType, Vector4IType, VectorReadable4IType
All Known Implementing Classes:
PVector3I, PVector4I, Vector3I, Vector4I

public interface VectorReadable3IType
extends VectorReadable2IType
The type of 3D int-typed vectors.
  • Method Summary

    Modifier and Type Method Description
    int z()  

    Methods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType

    x, y
  • Method Details

    • z

      @Parameter(order=2) int z()
      Returns:
      The z component