Project

General

Profile

« Previous | Next » 

Revision cbcf2374

Added by Leszek Koltunski 4 months ago

minor

View differences:

src/main/java/org/distorted/library/effect/VertexEffectPipe.java
26 26
///////////////////////////////////////////////////////////////////////////////////////////////////
27 27

  
28 28
/**
29
 * Pull all points around the center of the Effect towards the center point (if degree>=1) or push them
30
 * away from it (degree<=1).
29
 * Pull (degree>1) or push away from (degree<1) all points of an infinite 'pipe' shaped region.
31 30
 */
32 31
public class VertexEffectPipe extends VertexEffect
33 32
  {

Also available in: Unified diff