wxArt2D
|
![]() |
Classes | |
class | a2dLineSegment |
Normal straight line segment in a2dVertexList and a2dVertexArray. More... | |
class | a2dArcSegment |
Arc Segment in a2dVertexList. More... | |
class | a2dVpathSegment |
Normal straight line segment in a2dVpath. More... | |
class | a2dVpathQBCurveSegment |
Quadratic Bezier curve. More... | |
class | a2dVpathCBCurveSegment |
Cubic Bezier curve. More... | |
class | a2dVpathArcSegment |
Arc Segment. More... | |
class | a2dVpath |
Vector Path. More... | |
class | a2dVectorPath |
a2dCanvasObject for a Vector Path More... | |
Enumerations | |
enum | a2dPATHSEG { a2dPATHSEG_MOVETO, a2dPATHSEG_LINETO, a2dPATHSEG_LINETO_NOSTROKE, a2dPATHSEG_QBCURVETO, a2dPATHSEG_QBCURVETO_NOSTROKE, a2dPATHSEG_CBCURVETO, a2dPATHSEG_CBCURVETO_NOSTROKE, a2dPATHSEG_ARCTO, a2dPATHSEG_ARCTO_NOSTROKE } |
how do we move to the point of the segment More... | |
enum | a2dPATHSEG_END { a2dPATHSEG_END_OPEN, a2dPATHSEG_END_CLOSED, a2dPATHSEG_END_CLOSED_NOSTROKE } |
end of a segment type More... | |
enum a2dPATHSEG |
how do we move to the point of the segment
enum a2dPATHSEG_END |