Interface VectorReadable4IType

All Superinterfaces:
VectorReadable2IType, VectorReadable3IType
All Known Subinterfaces:
PVector4IType<T>, PVectorReadable4IType<T>, Vector4IType
All Known Implementing Classes:
PVector4I, Vector4I

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

    Modifier and Type Method Description
    int w()  

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

    x, y

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

    z
  • Method Details

    • w

      @Parameter(order=3) int w()
      Returns:
      The w component