Big fat Bernie javadoc cleanup.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3310 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-01-24 23:08:21 +00:00
parent dd04679568
commit afabea71ad
65 changed files with 158 additions and 132 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
//
// $Id: GeomUtil.java,v 1.9 2004/08/27 02:12:35 mdb Exp $
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -114,9 +114,9 @@ public class GeomUtil
* is only considered valid if it lies upon the segment.
* Note that Point extends Point2D.
*
* @param p1, p2 the coordinates of the first line.
* @param p1 and p2 the coordinates of the first line.
* @param seg1 if the first line should be considered a segment.
* @param p3, p4 the coordinates of the second line.
* @param p3 and p4 the coordinates of the second line.
* @param seg2 if the second line should be considered a segment.
* @param result the point that will be filled in with the intersecting
* point.