polygon_constraint {particles}R Documentation

Fixes particles to be inside a polygon

Description

This constraint prevents particles from moving outside of one or more polygons. If a particle ventures outside it will be moved back to its closest point inside the specified polygon(s) and have its velocity set to zero.

Training parameters

The following parameters defines the training of the constraint and can be passed along a call to impose()

See Also

Other constraints: dominator_constraint, infinity_constraint, path_constraint, velocity_constraint, x_constraint, y_constraint


[Package particles version 0.2.3 Index]