[Polycasso-commit] SF.net SVN: polycasso:[182] trunk/polycasso/src/com/mebigfatguy/polycasso/ Polyg
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-12-10 14:12:42
|
Revision: 182
http://polycasso.svn.sourceforge.net/polycasso/?rev=182&view=rev
Author: dbrosius
Date: 2009-12-10 14:12:35 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
javadoc
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/PolygonData.java
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/PolygonData.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/PolygonData.java 2009-12-10 14:11:58 UTC (rev 181)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/PolygonData.java 2009-12-10 14:12:35 UTC (rev 182)
@@ -95,6 +95,8 @@
* creates a totally random polygon that is limited by the specified size
*
* @param size the maximum size of the bounding box of the polygon
+ * @param maxPoints the maximum number of points to generate
+ *
* @return a random polygon
*/
public static PolygonData randomPoly(Dimension size, int maxPoints) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|