Head Toward Target
class HeadTowardTarget<T> @JvmOverloads constructor(node: Node<T>, environment: Physics2DEnvironment<T>, reaction: Reaction<T>, target: Molecule, angularSpeedDegrees: Double = 360.0) : AbstractAction<T>
Reads the target's absolute coordinates from the target molecule contained in node and sets the node's heading accordingly.