Interface Vector4IType

All Superinterfaces:
VectorComputationalType, VectorReadable2IType, VectorReadable3IType, VectorReadable4IType
All Known Implementing Classes:
Vector4I

@Immutable
public interface Vector4IType
extends VectorReadable4IType, VectorComputationalType
The type of 4D int-typed vectors.
  • Method Summary

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