Pull
If you prefer a more technical reference, visit the NextText Javadoc.
|
Name |
Pull | |
|
Description |
A DForm which pulls the TextObject towards a target. |
|
|
Usage |
TEST |
|
|
Constructor |
Pull(float x, float y) Pull(float x, float y, float z) Pull(float x, float y, float speed, float reach) Pull(float x, float y, float z, float speed, float reach) Pull(Locatable target) Pull(Locatable target, float speed, float reach) |
|
|
Parameters |
x : y : z : speed : reach : target : |
|
|
Methods |
behave(TextObjectGlyph to) setTarget(float x, float y) setTarget(float x, float y, float z) setTarget(Locatable target) setTarget(processing.core.PVector target) |
|
|
Related |
TEST | |

