summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-03-27 14:46:09 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-03-27 14:46:09 +0000
commit46b36627ff6184fed301ab68c428a26ac5412cda (patch)
tree567f5673cad427d22601f9823d8fb1fdb3e400c7 /src/graph_autoload.php
parent8c9729064b7d8fde5aa75701c799e4ea0181f23c (diff)
downloadzetacomponents-graph-46b36627ff6184fed301ab68c428a26ac5412cda.zip
zetacomponents-graph-46b36627ff6184fed301ab68c428a26ac5412cda.tar.gz
- Added private classes for more convenient coordinate and vector
transformations
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r--src/graph_autoload.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index 8c9e6c9..7fbb6aa 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -45,6 +45,7 @@ return array(
'ezcGraphAxisExactLabelRenderer' => 'Graph/renderer/axis_label_exact.php',
'ezcGraphAxisCenteredLabelRenderer' => 'Graph/renderer/axis_label_centered.php',
'ezcGraphAxisBoxedLabelRenderer' => 'Graph/renderer/axis_label_boxed.php',
+ 'ezcGraphAxisRotatedLabelRenderer' => 'Graph/renderer/axis_label_rotated.php',
'ezcGraphDriver' => 'Graph/interfaces/driver.php',
'ezcGraphFontRenderingException' => 'Graph/exceptions/font_rendering.php',
@@ -112,6 +113,9 @@ return array(
'ezcGraphMatrixOutOfBoundingsException' => 'Graph/exceptions/out_of_boundings.php',
'ezcGraphPolynom' => 'Graph/math/polynom.php',
'ezcGraphBoundings' => 'Graph/math/boundings.php',
+ 'ezcGraphTransformation' => 'Graph/math/transformation.php',
+ 'ezcGraphTranslation' => 'Graph/math/translation.php',
+ 'ezcGraphRotation' => 'Graph/math/rotation.php',
'ezcGraphAxisStep' => 'Graph/structs/step.php',
'ezcGraphCoordinate' => 'Graph/structs/coordinate.php',
OpenPOWER on IntegriCloud