File-By-File
RandomTrajectory

RandomTrajectory

Completely useless. That's all there is to say. There is absolutely no reason to use this, ever. Like. Not even ironically. This trajectory generates random movements and is not intended for any practical use.

Methods

nextMarker(PointXYZ current)

Generates a random PointXYZ by adding random values (between 0 and 2) to the current X, Y, and Z components. This results in unpredictable and erratic movement.

isDone(PointXYZ current)

Always returns false, indicating that this trajectory never completes.

speed(PointXYZ current)

Always returns a random double value between 0 (inclusive) and 1 (exclusive), resulting in random speeds.