summaryrefslogtreecommitdiffstats
path: root/src/interfaces
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-10-23 09:54:36 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-10-23 09:54:36 +0000
commitaeebfcdef0f7344725268da873c599a479d1f9bd (patch)
tree1194cac5f6b950fdb377f453c92ed5a5d3e7a770 /src/interfaces
parent9d8a0e23a879caa50032bbafd5fd345732c4423b (diff)
downloadzetacomponents-graph-aeebfcdef0f7344725268da873c599a479d1f9bd.zip
zetacomponents-graph-aeebfcdef0f7344725268da873c599a479d1f9bd.tar.gz
- Update comment
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/driver.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interfaces/driver.php b/src/interfaces/driver.php
index 5eb6f03..d325656 100644
--- a/src/interfaces/driver.php
+++ b/src/interfaces/driver.php
@@ -229,8 +229,9 @@ abstract class ezcGraphDriver
// A fast guess: If the movement of the point exceeds the length of
// the surrounding edge vectors the angle was to small to perform a
- // valid size reducement. In this case we just fall back to the
- // original point array.
+ // valid size reducement. In this case we just reduce the length of
+ // the movement to the minimal length of the surrounding vectors.
+ // This should fit in most cases.
//
// The correct way to check would be a test, if the calculated
// point is still in the original polygon, but a test for a point
OpenPOWER on IntegriCloud