Interface Position


public interface Position
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
  • Method Details

    • getX

      double getX()
      Returns:
      the X position
    • getY

      double getY()
      Returns:
      the Y position
    • getZ

      double getZ()
      Returns:
      the Z position