anar

Class RenderFaceDoubleSide

java.lang.Object
  extended by anar.RenderP5
      extended by anar.RenderPts
          extended by anar.RenderFace
              extended by anar.RenderFaceDoubleSide
All Implemented Interfaces:
Render

public class RenderFaceDoubleSide
extends RenderFace


Field Summary
static float offsetSize
           
 
Fields inherited from class anar.RenderPts
colors
 
Fields inherited from class anar.RenderP5
p5
 
Constructor Summary
RenderFaceDoubleSide()
           
RenderFaceDoubleSide(AColor fill1, AColor fill2)
           
 
Method Summary
 void draw(Pts pts)
           
 
Methods inherited from class anar.RenderPts
draw, stroke
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offsetSize

public static float offsetSize
Constructor Detail

RenderFaceDoubleSide

public RenderFaceDoubleSide()

RenderFaceDoubleSide

public RenderFaceDoubleSide(AColor fill1,
                            AColor fill2)
Method Detail

draw

public void draw(Pts pts)
Overrides:
draw in class RenderFace