beziers.path.representations package
beziers.path.representations.GSPath module
-
class beziers.path.representations.GSPath.GSPathRepresentation(path, gspath=None)
Bases: object
-
toNodelist()
beziers.path.representations.Nodelist module
-
class beziers.path.representations.Nodelist.Node(x, y, type)
Bases: object
-
property x
-
property y
-
class beziers.path.representations.Nodelist.NodelistRepresentation(path, nl=None)
Bases: object
-
data()
-
toNodelist()
-
fromNodelist()
beziers.path.representations.Segment module
-
class beziers.path.representations.Segment.SegmentRepresentation(path, segments=[])
Bases: object
-
data()
-
toNodelist()
-
appendSegment(seg)
-
classmethod fromNodelist(path, nodelist)