|
| effect-enum.h |
|
| effect.cpp |
|
| effect.h |
|
| fill-conversion.cpp |
| Fill/stroke conversion routines for LPEs which draw a stroke.
|
|
| fill-conversion.h |
| Fill/stroke conversion routines for LPEs which draw a stroke.
|
|
| lpe-angle_bisector.cpp |
|
| lpe-angle_bisector.h |
|
| lpe-attach-path.cpp |
|
| lpe-attach-path.h |
|
| lpe-bendpath.cpp |
|
| lpe-bendpath.h |
|
| lpe-bool.cpp |
|
| lpe-bool.h |
|
| lpe-bounding-box.cpp |
|
| lpe-bounding-box.h |
|
| lpe-bspline.cpp |
|
| lpe-bspline.h |
|
| lpe-circle_3pts.cpp |
| LPE "Circle through 3 points" implementation.
|
|
| lpe-circle_3pts.h |
| LPE "Circle through 3 points" implementation.
|
|
| lpe-circle_with_radius.cpp |
| LPE effect that draws a circle based on two points and a radius.
|
|
| lpe-circle_with_radius.h |
| LPE effect that draws a circle based on two points and a radius.
|
|
| lpe-clone-original.cpp |
|
| lpe-clone-original.h |
|
| lpe-constructgrid.cpp |
| LPE Construct Grid implementation.
|
|
| lpe-constructgrid.h |
| Implementation of the construct grid LPE, see lpe-constructgrid.cpp.
|
|
| lpe-copy_rotate.cpp |
| LPE <copy_rotate> implementation.
|
|
| lpe-copy_rotate.h |
| LPE <copy_rotate> implementation, see lpe-copy_rotate.cpp.
|
|
| lpe-curvestitch.cpp |
| LPE Curve Stitching implementation, used as an example for a base starting class when implementing new LivePathEffects.
|
|
| lpe-curvestitch.h |
| Implementation of the curve stitch effect, see lpe-curvestitch.cpp.
|
|
| lpe-dashed-stroke.cpp |
|
| lpe-dashed-stroke.h |
|
| lpe-dynastroke.cpp |
| LPE <dynastroke> implementation.
|
|
| lpe-dynastroke.h |
| LPE <dynastroke> implementation, see lpe-dynastroke.cpp.
|
|
| lpe-ellipse_5pts.cpp |
| LPE "Ellipse through 5 points" implementation.
|
|
| lpe-ellipse_5pts.h |
| LPE "Ellipse through 5 points" implementation.
|
|
| lpe-embrodery-stitch-ordering.cpp |
|
| lpe-embrodery-stitch-ordering.h |
|
| lpe-embrodery-stitch.cpp |
|
| lpe-embrodery-stitch.h |
|
| lpe-envelope.cpp |
|
| lpe-envelope.h |
|
| lpe-extrude.cpp |
| LPE effect for extruding paths (making them "3D").
|
|
| lpe-extrude.h |
| LPE effect for extruding paths (making them "3D").
|
|
| lpe-fill-between-many.cpp |
|
| lpe-fill-between-many.h |
|
| lpe-fill-between-strokes.cpp |
|
| lpe-fill-between-strokes.h |
|
| lpe-fillet-chamfer.cpp |
|
| lpe-fillet-chamfer.h |
|
| lpe-gears.cpp |
|
| lpe-gears.h |
|
| lpe-interpolate.cpp |
| LPE interpolate implementation.
|
|
| lpe-interpolate.h |
| LPE interpolate implementation, see lpe-interpolate.cpp.
|
|
| lpe-interpolate_points.cpp |
| LPE interpolate_points implementation Interpolates between knots of the input path.
|
|
| lpe-interpolate_points.h |
| LPE interpolate_points implementation, see lpe-interpolate_points.cpp.
|
|
| lpe-jointype.cpp |
|
| lpe-jointype.h |
|
| lpe-knot.cpp |
| LPE knot effect implementation.
|
|
| lpe-knot.h |
| LPE knot effect implementation, see lpe-knot.cpp.
|
|
| lpe-lattice.cpp |
| LPE <lattice> implementation.
|
|
| lpe-lattice.h |
| LPE <lattice> implementation, see lpe-lattice.cpp.
|
|
| lpe-lattice2.cpp |
| LPE <lattice2> implementation.
|
|
| lpe-lattice2.h |
| LPE <lattice2> implementation, see lpe-lattice2.cpp.
|
|
| lpe-line_segment.cpp |
| LPE <line_segment> implementation.
|
|
| lpe-line_segment.h |
| LPE <line_segment> implementation.
|
|
| lpe-measure-segments.cpp |
|
| lpe-measure-segments.h |
|
| lpe-mirror_symmetry.cpp |
| LPE <mirror_symmetry> implementation: mirrors a path with respect to a given line.
|
|
| lpe-mirror_symmetry.h |
| LPE <mirror_symmetry> implementation: mirrors a path with respect to a given line.
|
|
| lpe-offset.cpp |
| LPE <offset> implementation.
|
|
| lpe-offset.h |
| LPE <offset> implementation, see lpe-offset.cpp.
|
|
| lpe-parallel.cpp |
| LPE <parallel> implementation.
|
|
| lpe-parallel.h |
| LPE <parallel> implementation.
|
|
| lpe-path_length.cpp |
| LPE <path_length> implementation.
|
|
| lpe-path_length.h |
| LPE <path_length> implementation.
|
|
| lpe-patternalongpath.cpp |
|
| lpe-patternalongpath.h |
|
| lpe-perp_bisector.cpp |
| LPE <perp_bisector> implementation.
|
|
| lpe-perp_bisector.h |
| LPE <perp_bisector> implementation, see lpe-perp_bisector.cpp.
|
|
| lpe-perspective-envelope.cpp |
| LPE <perspective-envelope> implementation.
|
|
| lpe-perspective-envelope.h |
| LPE <perspective-envelope> implementation , see lpe-perspective-envelope.cpp.
|
|
| lpe-powerclip.cpp |
|
| lpe-powerclip.h |
|
| lpe-powermask.cpp |
|
| lpe-powermask.h |
|
| lpe-powerstroke-interpolators.h |
| Interpolators for lists of points.
|
|
| lpe-powerstroke.cpp |
| PowerStroke LPE implementation.
|
|
| lpe-powerstroke.h |
| PowerStroke LPE effect, see lpe-powerstroke.cpp.
|
|
| lpe-pts2ellipse.cpp |
| LPE "Points to Ellipse" implementation.
|
|
| lpe-pts2ellipse.h |
| LPE "Points to Ellipse" implementation.
|
|
| lpe-recursiveskeleton.cpp |
| Inspired by Hofstadter's 'Goedel Escher Bach', chapter V.
|
|
| lpe-recursiveskeleton.h |
| see lpe-recursiveskeleton.cpp.
|
|
| lpe-rough-hatches.cpp |
| LPE Curve Stitching implementation, used as an example for a base starting class when implementing new LivePathEffects.
|
|
| lpe-rough-hatches.h |
| Fills an area with rough hatches.
|
|
| lpe-roughen.cpp |
| Roughen LPE implementation.
|
|
| lpe-roughen.h |
| Roughen LPE effect, see lpe-roughen.cpp.
|
|
| lpe-ruler.cpp |
| LPE <ruler> implementation, see lpe-ruler.cpp.
|
|
| lpe-ruler.h |
| LPE <ruler> implementation, see lpe-ruler.cpp.
|
|
| lpe-show_handles.cpp |
|
| lpe-show_handles.h |
|
| lpe-simplify.cpp |
|
| lpe-simplify.h |
|
| lpe-skeleton.cpp |
| Minimal dummy LPE effect implementation, used as an example for a base starting class when implementing new LivePathEffects.
|
|
| lpe-skeleton.h |
| Minimal LPE effect, see lpe-skeleton.cpp.
|
|
| lpe-sketch.cpp |
| LPE sketch effect implementation.
|
|
| lpe-sketch.h |
| LPE sketch effect implementation, see lpe-sketch.cpp.
|
|
| lpe-slice.cpp |
| LPE <slice> implementation: slices a path with respect to a given line.
|
|
| lpe-slice.h |
| LPE <mirror_symmetry> implementation: mirrors a path with respect to a given line.
|
|
| lpe-spiro.cpp |
|
| lpe-spiro.h |
|
| lpe-tangent_to_curve.cpp |
| Implementation of tangent-to-curve LPE.
|
|
| lpe-tangent_to_curve.h |
| LPE <tangent_to_curve> implementation, see lpe-tangent_to_curve.cpp.
|
|
| lpe-taperstroke.cpp |
| Taper Stroke path effect, provided as an alternative to Power Strokes for otherwise constant-width paths.
|
|
| lpe-taperstroke.h |
| Taper Stroke path effect (meant as a replacement for using Power Strokes for tapering)
|
|
| lpe-test-doEffect-stack.cpp |
|
| lpe-test-doEffect-stack.h |
|
| lpe-text_label.cpp |
| LPE <text_label> implementation.
|
|
| lpe-text_label.h |
| LPE <text_label> implementation.
|
|
| lpe-tiling.cpp |
| LPE <tiling> implementation.
|
|
| lpe-tiling.h |
| LPE <tiling> implementation.
|
|
| lpe-transform_2pts.cpp |
| LPE "Transform through 2 points" implementation.
|
|
| lpe-transform_2pts.h |
| LPE "Transform through 2 points" implementation.
|
|
| lpe-vonkoch.cpp |
|
| lpe-vonkoch.h |
|
| lpegroupbbox.cpp |
|
| lpegroupbbox.h |
|
| lpeobject-reference.cpp |
|
| lpeobject-reference.h |
|
| lpeobject.cpp |
|
| lpeobject.h |
|
| spiro-converters.cpp |
|
| spiro-converters.h |
| TODO: insert short description here.
|
|
| spiro.cpp |
| C implementation of third-order polynomial spirals.
|
|
| spiro.h |
| C implementation of third-order polynomial spirals.
|
|