.. default-domain:: py .. highlight:: py .. currentmodule:: MechJeb TargetController ================ .. class:: TargetController .. attribute:: can_align :Attribute: Read-only, cannot be set :rtype: bool :Game Scenes: Flight .. attribute:: distance :Attribute: Read-only, cannot be set :rtype: float :Game Scenes: Flight .. attribute:: docking_axis :Attribute: Read-only, cannot be set :rtype: tuple(float, float, float) :Game Scenes: Flight .. method:: get_position_target_position() :rtype: tuple(float, float, float) :Game Scenes: Flight .. method:: get_position_target_string() :rtype: str :Game Scenes: Flight .. attribute:: normal_target_exists :Attribute: Read-only, cannot be set :rtype: bool :Game Scenes: Flight .. method:: pick_position_target_on_map() :Game Scenes: Flight .. attribute:: position :Attribute: Read-only, cannot be set :rtype: tuple(float, float, float) :Game Scenes: Flight .. attribute:: position_target_exists :Attribute: Read-only, cannot be set :rtype: bool :Game Scenes: Flight .. attribute:: relative_position :Attribute: Read-only, cannot be set :rtype: tuple(float, float, float) :Game Scenes: Flight .. attribute:: relative_velocity :Attribute: Read-only, cannot be set :rtype: tuple(float, float, float) :Game Scenes: Flight .. method:: set_direction_target(name) :param str name: :Game Scenes: Flight .. method:: set_position_target(body, latitude, longitude) :param SpaceCenter.CelestialBody body: :param float latitude: :param float longitude: :Game Scenes: Flight .. attribute:: target_orbit :Attribute: Read-only, cannot be set :rtype: :class:`SpaceCenter.Orbit` :Game Scenes: Flight .. method:: update_direction_target(direction) :param tuple direction: :Game Scenes: Flight