Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 460754 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.gef4.geometry/src/org/eclipse/gef4/geometry/euclidean/Angle.java (+11 lines)
Lines 182-183 Link Here
182
182
183
	/**
184
	 * Returns the reverse {@link Angle} of this {@link Angle} in a full circle
185
	 * as a new {@link Angle} object.
186
	 * 
187
	 * @return the reverse {@link Angle} of this {@link Angle} in a full circle
188
	 *         as a new {@link Angle} object
189
	 */
190
	public Angle getReverse() {
191
		return Angle.fromRad(rad + RAD_180);
192
	}
193
	
183
	@Override
194
	@Override

Return to bug 460754