diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-06-12 14:40:06 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-06-12 14:40:06 +0000 |
commit | b33909275f604b119c59972779a47a4288e0f5ec (patch) | |
tree | 756bf13bee3a4ed395bc1885391341533d991f65 /src/math/transformation.php | |
parent | 99117b7f9eb39a6d77eededce51a4d0aa895cc5b (diff) | |
download | zetacomponents-graph-b33909275f604b119c59972779a47a4288e0f5ec.zip zetacomponents-graph-b33909275f604b119c59972779a47a4288e0f5ec.tar.gz |
- More documentation fixes
Diffstat (limited to 'src/math/transformation.php')
-rw-r--r-- | src/math/transformation.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/transformation.php b/src/math/transformation.php index 7f45d41..37f2dba 100644 --- a/src/math/transformation.php +++ b/src/math/transformation.php @@ -25,8 +25,6 @@ class ezcGraphTransformation extends ezcGraphMatrix * define the initial matrix values. If no array is given an identity * matrix is created. * - * @param int $rows - * @param int $columns * @param array $values * @return void */ |