Interface Vector3IType

All Superinterfaces:
VectorComputationalType, VectorReadable2IType, VectorReadable3IType
All Known Implementing Classes:
Vector3I

@Immutable
public interface Vector3IType
extends VectorReadable3IType, VectorComputationalType
The type of 3D int-typed vectors.
  • Method Summary

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