aspsim.room.trajectory

Classes

CircularTrajectory(radius, center, ...[, ...])

A trajectory that moves around a circle.

LinearTrajectory(points, period, samplerate)

A trajectory that moves through a series of points in straight lines.

Trajectory(pos_func)

Base class defining a trajectory through the room.

TrajectoryCollection(trajectories)

A class for combining multiple trajectories into one, in the case where you want to have multiple moving objects in the same array.