diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:24:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:24:48 +0000 |
commit | cca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch) | |
tree | 146f39ded1c938019e1ed42d30923c2ac9e86789 /src/3rdparty/2geom/doc/features.txt | |
parent | Initial commit. (diff) | |
download | inkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.tar.xz inkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.zip |
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/3rdparty/2geom/doc/features.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/3rdparty/2geom/doc/features.txt b/src/3rdparty/2geom/doc/features.txt new file mode 100644 index 0000000..2dab29e --- /dev/null +++ b/src/3rdparty/2geom/doc/features.txt @@ -0,0 +1,28 @@ +* C++ +* Functional programming style. +* Points +* Efficient affine transformations +* Rectangles +* Convex Hulls +* Bounded error +* General purpose paths: +- exact elliptical arcs +- area +- centroid and bending moments +* Path Locations +- determination of special spots (e.g. maximum curvature) +- splitting +- point, tangent, curvature at location +- efficient arc length and inverse arc length +* Path algebra +- computations such as offset curves can be written with their mathematical definition and still get a bounded error, efficient curve. (preliminary trials indicate offset done this way out performs the method used in Inkscape) +- arbitrary distortion (with bounded error) +-- mesh distorts +-- computational distorts such as the GIMP's 'vortex' plugin +-- 3d mapping (perspective, flag, sphere) +* exact boolean ops (elliptic arcs remain elliptic arcs) +* efficient 2d database +* implicit function plotting +* NURBs input and output +* tunable path simplification +* PDoF constraint system for CAD/ CAGD
\ No newline at end of file |