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 field of view of the pedestrian.
Link copied to clipboard
The list of influence spheres belonging to this pedestrian (by default, only its fieldOfView).