Fix javadoc issues
This commit is contained in:
parent
f2eaada92d
commit
e2940dbf8a
|
@ -44,7 +44,7 @@ import org.apache.commons.numbers.core.Precision;
|
||||||
* identical and collinear points.
|
* identical and collinear points.
|
||||||
*
|
*
|
||||||
* @see <a href="http://en.wikibooks.org/wiki/Algorithm_Implementation/Geometry/Convex_hull/Monotone_chain">
|
* @see <a href="http://en.wikibooks.org/wiki/Algorithm_Implementation/Geometry/Convex_hull/Monotone_chain">
|
||||||
* Andrew's monotone chain algorithm (Wikibooks)</a>
|
* Andrew's monotone chain algorithm (Wikibooks)</a>
|
||||||
* @since 3.3
|
* @since 3.3
|
||||||
*/
|
*/
|
||||||
public class MonotoneChain extends AbstractConvexHullGenerator2D {
|
public class MonotoneChain extends AbstractConvexHullGenerator2D {
|
||||||
|
|
Loading…
Reference in New Issue