Interface PVector4IType<T>

Type Parameters:
T - A phantom type parameter
All Superinterfaces:
PVectorReadable2IType<T>, PVectorReadable3IType<T>, PVectorReadable4IType<T>, VectorComputationalType, VectorReadable2IType, VectorReadable3IType, VectorReadable4IType
All Known Implementing Classes:
PVector4I

@Immutable
public interface PVector4IType<T>
extends PVectorReadable4IType<T>, 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