Interface Vector3DType

All Superinterfaces:
VectorComputationalType, VectorReadable2DType, VectorReadable3DType
All Known Implementing Classes:
Vector3D

@Immutable public interface Vector3DType extends VectorReadable3DType, 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