ofDocsdocumentation graphics ofPath::Command

ofPath::Command


Command( ... )

Command(ofPath::Command::Type type)

for close


Command( ... )

Command(ofPath::Command::Type type, const glm::vec3 &centre, float radiusX, float radiusY, float angleBegin, float angleEnd)

for arc


Command( ... )

Command(ofPath::Command::Type type, const glm::vec3 &p)

for lineTo and curveTo


Command( ... )

Command(ofPath::Command::Type type, const glm::vec3 &p, const glm::vec3 &cp1, const glm::vec3 &cp2)

for bezierTo


Variables

float angleBegin
float angleEnd
ofPoint cp1
ofPoint cp2
float radiusX
float radiusY
ofPoint to
ofPath::Command::Type type

Methods