diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-10-23 09:54:36 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-10-23 09:54:36 +0000 |
commit | aeebfcdef0f7344725268da873c599a479d1f9bd (patch) | |
tree | 1194cac5f6b950fdb377f453c92ed5a5d3e7a770 | |
parent | 9d8a0e23a879caa50032bbafd5fd345732c4423b (diff) | |
download | zetacomponents-graph-aeebfcdef0f7344725268da873c599a479d1f9bd.zip zetacomponents-graph-aeebfcdef0f7344725268da873c599a479d1f9bd.tar.gz |
- Update comment
-rw-r--r-- | src/interfaces/driver.php | 5 |
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 |