Interface PVector3LType<T>

Type Parameters:
T - A phantom type parameter
All Superinterfaces:
PVectorReadable2LType<T>, PVectorReadable3LType<T>, VectorComputationalType, VectorReadable2LType, VectorReadable3LType
All Known Implementing Classes:
PVector3L

@Immutable
public interface PVector3LType<T>
extends PVectorReadable3LType<T>, VectorComputationalType
The type of 3D long-typed vectors.
  • Method Summary

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