summaryrefslogtreecommitdiffstats
path: root/src/math/vector.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2008-08-20 11:10:02 +0000
committerKore Nordmann <github@kore-nordmann.de>2008-08-20 11:10:02 +0000
commitcc24ba1a3e2bb75ce751a7ec72d140a6582ecf2c (patch)
tree7eae31b768d5ec8c6f90c7fe76ba02a1155d3729 /src/math/vector.php
parent59e15d56899406f7cff4fd3eae3a370410e0c898 (diff)
downloadzetacomponents-graph-cc24ba1a3e2bb75ce751a7ec72d140a6582ecf2c.zip
zetacomponents-graph-cc24ba1a3e2bb75ce751a7ec72d140a6582ecf2c.tar.gz
- More documentation improvements
# There is still some way to go...
Diffstat (limited to 'src/math/vector.php')
-rw-r--r--src/math/vector.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/math/vector.php b/src/math/vector.php
index 9415bca..c34b34d 100644
--- a/src/math/vector.php
+++ b/src/math/vector.php
@@ -11,6 +11,13 @@
/**
* Represents two dimensional vectors
*
+ * This class is internally used to represent vectors for geometric calculation
+ * in the two dimensional cartesian coordinate system.
+ *
+ * Vectors are an extension of the basic coordinate class, and add methods to
+ * calculate the length of a vector, perform various operations on angles, like
+ * rotations and the calculation of angles between two vectors.
+ *
* @version //autogentag//
* @package Graph
* @access private
OpenPOWER on IntegriCloud