Physical Steering Strategy
interface PhysicalSteeringStrategy<T, P : Position<P>, Vector<P>, A : Transformation<P>, F : GeometricShapeFactory<P, A>> : SteeringStrategy<T, P>
Defines how physical forces and steering actions (which may be seen as intentional forces) are combined to compute the overall next position reached by a physical node. The combination of steering actions is delegated to a nonPhysicalStrategy. The resulting intentional force is then combined with the physical ones to determine the next position reached by node.
Inheritors
Properties
Link copied to clipboard
The combination of intentional forces (= steering actions) and computeTarget are delegated to this strategy.
Functions
Link copied to clipboard
Computes the next relative position reached by the node, given the overall intentional force.
Link copied to clipboard
Delegated to nonPhysicalStrategy.