summaryrefslogtreecommitdiffstats
path: root/src/structs/coordinate.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs/coordinate.php')
-rw-r--r--src/structs/coordinate.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/structs/coordinate.php b/src/structs/coordinate.php
index 172320e..9040b21 100644
--- a/src/structs/coordinate.php
+++ b/src/structs/coordinate.php
@@ -10,6 +10,12 @@
/**
* Represents coordinates in two dimensional catesian coordinate system.
*
+ * Coordinates are used to represent the location of objects on the drawing
+ * plane. They are simple structs conatining the two coordinate values required
+ * in a two dimensional cartesian coordinate system. The class ezcGraphVector
+ * extends the Coordinate class and provides additional methods like rotations,
+ * simple arithmetic operations etc.
+ *
* @version //autogentag//
* @package Graph
*/
OpenPOWER on IntegriCloud