Interface Vector3LType

All Superinterfaces:
VectorComputationalType, VectorReadable2LType, VectorReadable3LType
All Known Implementing Classes:
Vector3L

@Immutable
public interface Vector3LType
extends VectorReadable3LType, VectorComputationalType
The type of 3D long-typed vectors.
  • Method Summary

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