Interface VectorReadable4FType

All Superinterfaces:
VectorReadable2FType, VectorReadable3FType
All Known Subinterfaces:
PVector4FType<T>, PVectorReadable4FType<T>, Vector4FType
All Known Implementing Classes:
PVector4F, Vector4F

public interface VectorReadable4FType
extends VectorReadable3FType
The type of 4D float-typed vectors.
  • Method Summary

    Modifier and Type Method Description
    float w()  

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

    x, y

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

    z
  • Method Details

    • w

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