Package dev.narlyx.tweetybird
Class Waypoint
java.lang.Object
dev.narlyx.tweetybird.Waypoint
Custom class used to store information about waypoints for TweetyBird internally
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Waypoint
public Waypoint(double x, double y, double z) Constructor- Parameters:
x
- Initial xy
- Initial yz
- 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
-