Revision 38784 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/Arc.java

View differences:

Arc.java
57 57
	 * @param center The center of the arc.
58 58
	 * @param radius The radius.
59 59
	 * @param startAngle The start angle of the arc (in radians)
60
	 * @param angleExt The angular extent of the arc (in radians)
60
	 * @param angleExt The angular extent of the arc (in radians). 
61 61
	 * 
62
	 * The sign convention is:
62
	 * The sign convention is: 
63 63
	 * 
64
	 * startAngle = 0 is "3 o'clock"
65
	 * startAngle = (PI / 3) is "1 o'clock"
66
     * angleExt > 0 means "advancing clockwise"
67
     * angleExt < 0 means "advancing counterclockwise"
64
	 * startAngle = 0 is "3 o'clock"; 
65
	 * startAngle = (PI / 3) is "1 o'clock"; 
66
     * angleExt > 0 means "advancing clockwise"; 
67
     * angleExt < 0 means "advancing counterclockwise".
68 68
	 */
69 69
	void setPoints (Point center, double radius, double startAngle, double angleExt);
70 70
	

Also available in: Unified diff