vector path a2dCanvasObject plus segment classes
[a2dCanvasObject related objects]

Collaboration diagram for vector path a2dCanvasObject plus segment classes:

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...

Enumeration Type Documentation

enum a2dPATHSEG

how do we move to the point of the segment

Enumerator:
a2dPATHSEG_MOVETO  Move to point
a2dPATHSEG_LINETO  Line to point
a2dPATHSEG_LINETO_NOSTROKE  Line to point without stroke (if not closed as polygon, same as moveto)
a2dPATHSEG_QBCURVETO  Quadratic Bezier Curve
a2dPATHSEG_QBCURVETO_NOSTROKE  Quadratic Bezier Curve to point without stroke (if not closed as polygon, same as moveto)
a2dPATHSEG_CBCURVETO  Cubic Bezier Curve
a2dPATHSEG_CBCURVETO_NOSTROKE  Cubic Bezier Curve to point without stroke (if not closed as polygon, same as moveto)
a2dPATHSEG_ARCTO  Arc
a2dPATHSEG_ARCTO_NOSTROKE  arc to point without stroke (if not closed as polygon, same as moveto)

Definition at line 841 of file polyver.h.

end of a segment type

Enumerator:
a2dPATHSEG_END_OPEN  Open end
a2dPATHSEG_END_CLOSED  Closed to last a2dPATHSEG_MOVETO segment
a2dPATHSEG_END_CLOSED_NOSTROKE  Closed to last a2dPATHSEG_MOVETO segment with No Stroke

Definition at line 857 of file polyver.h.

vector path a2dCanvasObject plus segment classes -- Tue Aug 31 18:11:04 2010 -- 31 Aug 2010 -- 1.5.5 -- wxArt2D -- . -- Main Page Reference Documentation