summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04d6cbf)
raw | patch | inline | side by side (parent: 04d6cbf)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 19 Jun 2008 21:43:31 +0000 (21:43 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 19 Jun 2008 21:43:31 +0000 (21:43 +0000) |
src/nodepath.h | patch | blob | history |
diff --git a/src/nodepath.h b/src/nodepath.h
index fbcfe69dabbda01cfe56cc0684a7c446552fd57b..01542d32d87cb752b1acd9633c4d1a885578f8ac 100644 (file)
--- a/src/nodepath.h
+++ b/src/nodepath.h
namespace NodePath {
/**
- * This is a node on a subpath
+ * The entire nodepath, containing multiple subpaths
*/
class Path;
/**
- * This is a subdivision of a NodePath
+ * A subpath is a continuous chain of linked nodes
*/
class SubPath;
+/**
+ * One side of a node, i.e. prev or next
+ */
class NodeSide;
/**
- * This is a node (point) along a subpath
+ * A node on a subpath
*/
class Node;