Head Toward Target
class HeadTowardTarget<T>(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.
Properties
Link copied to clipboard
override val outboundDependencies: @EnhancedNullability org/danilopianini/util/ListSet<out it/unibo/alchemist/model/Dependency!>