Interface PVector3DType<T>

Type Parameters:
T - A phantom type parameter
All Superinterfaces:
PVectorReadable2DType<T>, PVectorReadable3DType<T>, VectorComputationalType, VectorReadable2DType, VectorReadable3DType
All Known Implementing Classes:
PVector3D

@Immutable
public interface PVector3DType<T>
extends PVectorReadable3DType<T>, VectorComputationalType
The type of 3D double-typed vectors.
  • Method Summary

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

    • x

      @Parameter(order=0) double x()
      Specified by:
      x in interface VectorReadable2DType
      Returns:
      The x component
    • y

      @Parameter(order=1) double y()
      Specified by:
      y in interface VectorReadable2DType
      Returns:
      The y component
    • z

      @Parameter(order=2) double z()
      Specified by:
      z in interface VectorReadable3DType
      Returns:
      The z component