summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-satellite.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-05-10 19:27:46 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-05-10 19:27:46 +0000
commit63b289b4a3341f435e49dde40503636ba7b01b6a (patch)
tree885711fcf5455453561c3b9d03a14d72cf7b0897 /src/helper/geom-satellite.cpp
parentWorking on Krzysztof review. Seems to be all fixed. (diff)
downloadinkscape-63b289b4a3341f435e49dde40503636ba7b01b6a.tar.gz
inkscape-63b289b4a3341f435e49dde40503636ba7b01b6a.zip
Added some comments
(bzr r13645.1.90)
Diffstat (limited to 'src/helper/geom-satellite.cpp')
-rw-r--r--src/helper/geom-satellite.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/helper/geom-satellite.cpp b/src/helper/geom-satellite.cpp
index c2d4ef715..d03839875 100644
--- a/src/helper/geom-satellite.cpp
+++ b/src/helper/geom-satellite.cpp
@@ -80,8 +80,7 @@ double arcLengthAt(double A, Geom::D2<Geom::SBasis> const d2_in)
}
/**
- * Calculate the length of a satellite from a radious A input.
- * convert a arc radius to a satellite length
+ * Convert a arc radius of a fillet/chamfer to his satellite length -point position where fillet/chamferknot be on original curve
*/
double Satellite::radToLen(
double A, Geom::D2<Geom::SBasis> const d2_in,
@@ -111,8 +110,7 @@ double Satellite::radToLen(
}
/**
-* Calculate the radious of a satellite from a length A input.
-* convert a satellite length to a arc radius
+* Convert a satelite length -point position where fillet/chamfer knot be on original curve- to a arc radius of fillet/chamfer
*/
double Satellite::lenToRad(
double A, Geom::D2<Geom::SBasis> const d2_in,