All Known Implementing Classes:
UVec4

public interface UVec4Arg
Read-only access to a UVec4. (native type: const UVec4)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the 4th (W) component.
    int
    Return the first (X) component.
    int
    Return the 2nd (Y) component.
    int
    Return the 3rd (Z) component.
  • Method Details

    • getW

      int getW()
      Return the 4th (W) component. The vector is unaffected.
      Returns:
      the component value
    • getX

      int getX()
      Return the first (X) component. The vector is unaffected.
      Returns:
      the component value
    • getY

      int getY()
      Return the 2nd (Y) component. The vector is unaffected.
      Returns:
      the component value
    • getZ

      int getZ()
      Return the 3rd (Z) component. The vector is unaffected.
      Returns:
      the component value