ofPath::Command
Command( ... )
Command(ofPath::Command::Type type)for close
Command( ... )
Command(ofPath::Command::Type type, const glm::vec3 ¢re, 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