Class Waypoint

java.lang.Object
dev.narlyx.tweetybird.Waypoint

public class Waypoint extends Object
Custom class used to store information about waypoints for TweetyBird internally
  • Constructor Details

    • Waypoint

      public Waypoint(double x, double y, double z)
      Constructor
      Parameters:
      x - Initial x
      y - Initial y
      z - Initial z
  • Method Details

    • getX

      public double getX()
      Returns stored X
      Returns:
      Stored X
    • getY

      public double getY()
      Returns stored Y
      Returns:
      Stored Y
    • getZ

      public double getZ()
      Returns stored Z
      Returns:
      Stored Z