- english
- /
- japanese
methods
- arc()
- beginEPS()
- beginShape()
- bezier()
- bezierVertex()
- changeColor()
- circle()
- curve()
- curveVertex()
- disableCenterRect()
- disableDraw()
- ellipse()
- enableCenterRect()
- enableDraw()
- endEPS()
- endShape()
- fill()
- line()
- noFill()
- polyVertex()
- rect()
- setColor()
- setLineWidth()
- triangle()
variables
arc(...)
void ofxVectorGraphics::arc(float x, float y, float radius, float offsetAngleDegrees, float internalAngleDegrees)
beginEPS(...)
void ofxVectorGraphics::beginEPS(string fileName, int x=0, int y=0, int w=ofGetWidth(), int h=ofGetHeight())
bezier(...)
void ofxVectorGraphics::bezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
bezierVertex(...)
void ofxVectorGraphics::bezierVertex(float x1, float y1, float x2, float y2, float x3, float y3)
curve(...)
void ofxVectorGraphics::curve(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
triangle(...)
void ofxVectorGraphics::triangle(float x1, float y1, float x2, float y2, float x3, float y3)
Last updated
Thursday, 16 May 2013 14:01:29 UTC
-
cbf0910627a25e6153f2452833c5313fe6067059

