Interface Vector4FType

All Superinterfaces:
VectorComputationalType, VectorReadable2FType, VectorReadable3FType, VectorReadable4FType
All Known Implementing Classes:
Vector4F

@Immutable
public interface Vector4FType
extends VectorReadable4FType, VectorComputationalType
The type of 4D float-typed vectors.
  • Method Summary

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

    • x

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

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

      @Parameter(order=2) float z()
      Specified by:
      z in interface VectorReadable3FType
      Returns:
      The z component
    • w

      @Parameter(order=3) float w()
      Specified by:
      w in interface VectorReadable4FType
      Returns:
      The w component