Clarified documentation somewhat. It's too hot today.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2552 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2003-05-07 19:47:02 +00:00
parent b545d1ff05
commit 1387c9f08b
@@ -1,5 +1,5 @@
//
// $Id: DirectionUtil.java,v 1.9 2003/05/07 19:41:57 ray Exp $
// $Id: DirectionUtil.java,v 1.10 2003/05/07 19:47:02 ray Exp $
package com.threerings.util;
@@ -196,8 +196,8 @@ public class DirectionUtil implements DirectionCodes
}
/**
* Move the specified point the specified number of logical
* pixels in the specified direction. Fine coordinates are
* Move the specified point in the specified screen direction,
* adjusting by the specified adjustments. Fine directions are
* not supported.
*/
public static void moveDirection (Point p, int direction, int dx, int dy)