summaryrefslogtreecommitdiffstats
path: root/src/math
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-06-12 12:32:55 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-06-12 12:32:55 +0000
commit99117b7f9eb39a6d77eededce51a4d0aa895cc5b (patch)
tree9b42094ef2a5e5bbc3b300febc45113ba408d5f6 /src/math
parent9292a36e53780d9daf6f367d44d386fd98f08b40 (diff)
downloadzetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip
zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz
- Fixed version tag in docblocks
Diffstat (limited to 'src/math')
-rw-r--r--src/math/boundings.php1
-rw-r--r--src/math/matrix.php1
-rw-r--r--src/math/polynom.php1
-rw-r--r--src/math/rotation.php1
-rw-r--r--src/math/transformation.php1
-rw-r--r--src/math/translation.php1
-rw-r--r--src/math/vector.php1
7 files changed, 7 insertions, 0 deletions
diff --git a/src/math/boundings.php b/src/math/boundings.php
index d7bbaee..a8f474f 100644
--- a/src/math/boundings.php
+++ b/src/math/boundings.php
@@ -14,6 +14,7 @@
* Currently only works with plane rectangular boundings, should be enhanced by
* rotated rectangular boundings.
*
+ * @version //autogentag//
* @package Graph
* @access private
*/
diff --git a/src/math/matrix.php b/src/math/matrix.php
index 32cbef2..2fa142b 100644
--- a/src/math/matrix.php
+++ b/src/math/matrix.php
@@ -11,6 +11,7 @@
/**
* Provides a genereic matrix class with basic math operations
*
+ * @version //autogentag//
* @package Graph
* @access private
*/
diff --git a/src/math/polynom.php b/src/math/polynom.php
index ea678b8..5266191 100644
--- a/src/math/polynom.php
+++ b/src/math/polynom.php
@@ -10,6 +10,7 @@
/**
* Provides a class for generic operations on polynoms
*
+ * @version //autogentag//
* @package Graph
*/
class ezcGraphPolynom
diff --git a/src/math/rotation.php b/src/math/rotation.php
index cfd9866..c3f3181 100644
--- a/src/math/rotation.php
+++ b/src/math/rotation.php
@@ -11,6 +11,7 @@
/**
* Class to create rotation matrices from given rotation and center point
*
+ * @version //autogentag//
* @package Graph
* @access private
*/
diff --git a/src/math/transformation.php b/src/math/transformation.php
index 642684b..7f45d41 100644
--- a/src/math/transformation.php
+++ b/src/math/transformation.php
@@ -12,6 +12,7 @@
* Class defining transformations like scaling and rotation by a
* 3x3 transformation matrix for |R^2
*
+ * @version //autogentag//
* @package Graph
* @access private
*/
diff --git a/src/math/translation.php b/src/math/translation.php
index 04fe642..8c2b5a6 100644
--- a/src/math/translation.php
+++ b/src/math/translation.php
@@ -11,6 +11,7 @@
/**
* Class creating translation matrices from given movements
*
+ * @version //autogentag//
* @package Graph
* @access private
*/
diff --git a/src/math/vector.php b/src/math/vector.php
index 6397c31..0fe26fe 100644
--- a/src/math/vector.php
+++ b/src/math/vector.php
@@ -11,6 +11,7 @@
/**
* Represents two dimensional vectors
*
+ * @version //autogentag//
* @package Graph
* @access private
*/
OpenPOWER on IntegriCloud