Pedestrian Group
interface PedestrianGroup<T, P : Vector<P>, A : GeometricTransformation<P>> : Group<T, Pedestrian<T, P, A>>
Content copied to clipboard
A Group of Pedestrians.
Functions
Link copied to clipboard
abstract fun removeMember(node: Pedestrian<T, P, A>): Group<T, Pedestrian<T, P, A>>
Content copied to clipboard
Remove a node from this group.