public class Singularity2 extends Object
Constructor and Description |
---|
Singularity2(Point2D.Double center) |
Modifier and Type | Method and Description |
---|---|
void |
addLineSegment(Line2D.Double seg) |
boolean |
crossing(Point2D.Double direction1,
Point2D.Double direction2) |
protected Point2D.Double |
getCenter() |
List<Neighborhood2> |
getNeighborhoods() |
void |
merge(Singularity2 other) |
String |
toString() |
public Singularity2(Point2D.Double center)
public void addLineSegment(Line2D.Double seg)
public boolean crossing(Point2D.Double direction1, Point2D.Double direction2)
protected final Point2D.Double getCenter()
public void merge(Singularity2 other)
public List<Neighborhood2> getNeighborhoods()
Copyright © 2016. All Rights Reserved.