ofxVectorGraphics

ofxVectorGraphics methods

ofxVectorGraphics()

ofxVectorGraphics::ofxVectorGraphics()

beginEPS(...)

void ofxVectorGraphics::beginEPS(string fileName, int x=0, int y=0, int w=ofGetWidth(), int h=ofGetHeight())

endEPS()

void ofxVectorGraphics::endEPS()

enableDraw()

void ofxVectorGraphics::enableDraw()

disableDraw()

void ofxVectorGraphics::disableDraw()

enableCenterRect()

void ofxVectorGraphics::enableCenterRect()

disableCenterRect()

void ofxVectorGraphics::disableCenterRect()

fill()

void ofxVectorGraphics::fill()

noFill()

void ofxVectorGraphics::noFill()

setLineWidth(...)

void ofxVectorGraphics::setLineWidth(float lineWidth)

setColor(...)

void ofxVectorGraphics::setColor(int _r, int _g, int _b)

setColor(...)

void ofxVectorGraphics::setColor(int hexColor)

changeColor(...)

void ofxVectorGraphics::changeColor(float r, float g, float b)

rect(...)

void ofxVectorGraphics::rect(float x1, float y1, float w, float h)

triangle(...)

void ofxVectorGraphics::triangle(float x1, float y1, float x2, float y2, float x3, float y3)

circle(...)

void ofxVectorGraphics::circle(float x1, float y1, float radius)

ellipse(...)

void ofxVectorGraphics::ellipse(float x1, float y1, float w, float h)

line(...)

void ofxVectorGraphics::line(float x1, float y1, float x2, float y2)

arc(...)

void ofxVectorGraphics::arc(float x, float y, float radius, float offsetAngleDegrees, float internalAngleDegrees)

bezier(...)

void ofxVectorGraphics::bezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)

curve(...)

void ofxVectorGraphics::curve(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)

beginShape()

void ofxVectorGraphics::beginShape()

polyVertex(...)

void ofxVectorGraphics::polyVertex(float x, float y)

bezierVertex(...)

void ofxVectorGraphics::bezierVertex(float x1, float y1, float x2, float y2, float x3, float y3)

curveVertex(...)

void ofxVectorGraphics::curveVertex(float x, float y)

endShape(...)

void ofxVectorGraphics::endShape(bool bClose=false)

ofxVectorGraphics variables

CreEPS creeps

CreEPS ofxVectorGraphics::creeps