Blow
If you prefer a more technical reference, visit the NextText Javadoc.
|
Name |
Blow | |
|
Description |
A DForm which pushes the TextObject outlines away from a target. |
|
|
Usage |
TEST |
|
|
Constructor |
new Blow(float x, float y) new Blow(float x, float y, float z) new Blow(float x, float y, float speed, float reach) new Blow(float x, float y, float z, float speed, float reach) new Blow(Locatable target) new Blow(Locatable target, float speed, float reach) |
|
|
Parameters |
x : y : z : speed : reach : |
|
|
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 | |

