Constructors in edu.umd.cs.piccolox.activities with parameters of type PPositionPathActivity.Target |
PPositionPathActivity(long duration,
long stepRate,
int loopCount,
int mode,
PPositionPathActivity.Target target,
float[] knots,
Point2D[] positions)
Constructs a position activity that will repeat the number of times
specified. |
PPositionPathActivity(long duration,
long stepRate,
PPositionPathActivity.Target target)
Constructs a position activity that acts on the given target for the
duration provided and will update it's position at the given stepRate. |
PPositionPathActivity(long duration,
long stepRate,
PPositionPathActivity.Target target,
float[] knots,
Point2D[] positions)
Constructs a position activity that acts on the given target for the
duration provided and will update it's position at the given stepRate. |