From 7b6659ddae1aee24c728012f16dc18d3df08ebb2 Mon Sep 17 00:00:00 2001 From: danij Date: Wed, 13 Mar 2013 01:10:27 +0000 Subject: [PATCH] Documentation: Clarification in the description of LineDef --- doomsday/client/include/map/linedef.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doomsday/client/include/map/linedef.h b/doomsday/client/include/map/linedef.h index bfc151aaff..6cc3d7e2cd 100644 --- a/doomsday/client/include/map/linedef.h +++ b/doomsday/client/include/map/linedef.h @@ -96,7 +96,8 @@ class HEdge; * * @note Lines are @em not considered to define the geometry of a map. Instead * a line should be thought of as a finite line segment in the plane, according - * to the standard definition of an arangement of lines in computational geometry. + * to the standard definition of a line as used with an arangement of lines in + * computational geometry. * * @see http://en.wikipedia.org/wiki/Arrangement_of_lines *