This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
Go to the source code of this file.
Classes | |
class | ofPath |
ofPath is a way to create a path or multiple paths consisting of points. It allows you to combine multiple paths consisting of points into a single vector data object that can be drawn to the screen, manipulated point by point, or manipulated with it's child subpaths. It is better at representing and manipulating complex shapes than the ofPolyline and more easily represents multiple child lines or shapes as either ofSubPath or ofPolyline instances. By default ofPath uses ofSubPath instances. Closing the path automatically creates a new path: More... | |
struct | ofPath::Command |
Typedefs | |
typedef ofColor_< unsigned char > | ofColor |
typedef ofColor_< float > | ofFloatColor |
typedef ofColor_< unsigned short > | ofShortColor |
Typedef Documentation
◆ ofColor
◆ ofFloatColor
typedef ofColor_<float> ofFloatColor |
◆ ofShortColor
typedef ofColor_<unsigned short> ofShortColor |