summaryrefslogtreecommitdiffstats
path: root/src/math/transformation.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/transformation.php')
-rw-r--r--src/math/transformation.php15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/math/transformation.php b/src/math/transformation.php
index 78b95f1..a1ed70b 100644
--- a/src/math/transformation.php
+++ b/src/math/transformation.php
@@ -9,8 +9,19 @@
* @access private
*/
/**
- * Class defining transformations like scaling and rotation by a
- * 3x3 transformation matrix for |R^2
+ * Class defining transformations
+ *
+ * Three dimensional matrices (3x3) may be used to specify transformation of
+ * points, vectors and complexer structures in a two dimensional cartesian
+ * coordinate system. For more details have a look here:
+ * http://en.wikipedia.org/wiki/Transformation_matrix
+ *
+ * There are some classes extending this basic tranformation class, to
+ * give you more convinient access to the creation of such transformation
+ * matrices, which are:
+ *
+ * - ezcGraphRotation (rotations of objects)
+ * - ezcGraphTranslation (moving of objects)
*
* @version //autogentag//
* @package Graph
OpenPOWER on IntegriCloud