Perceptive
data class Perceptive<T>(val node: Node<T>, val fieldOfView: InfluenceSphere<T>) : AbstractNodeProperty<T> , PerceptiveProperty<T>
Base implementation of a pedestrian's capability to influence each other.
Properties
Link copied to clipboard
The agent's primary field of view.
Link copied to clipboard
The set of influence spheres associated with this pedestrian. By default only fieldOfView is present.