Class CelestialBody

java.lang.Object
com.marginallyclever.ro3.node.Node
com.marginallyclever.ro3.node.nodes.pose.Pose
com.marginallyclever.ro3.node.nodes.pose.poses.space.CelestialBody
All Implemented Interfaces:
PoseChangeListener, EventListener

public class CelestialBody extends Pose
Represents a celestial body - star, planet, moon, etc. Celestial bodies are assumed to be so large that the player can't alter their course. As such their movement should be deterministic and predictable no matter the time step.