public class Singularity extends Object
Constructor and Description |
---|
Singularity(Point2DInt center) |
Modifier and Type | Method and Description |
---|---|
void |
addLineSegment(LineSegmentInt seg) |
boolean |
crossing(Point2DInt direction1,
Point2DInt direction2) |
protected Point2DInt |
getCenter() |
List<Neighborhood> |
getNeighborhoods() |
void |
merge(Singularity other) |
String |
toString() |
public Singularity(Point2DInt center)
public void addLineSegment(LineSegmentInt seg)
public boolean crossing(Point2DInt direction1, Point2DInt direction2)
protected final Point2DInt getCenter()
public void merge(Singularity other)
public List<Neighborhood> getNeighborhoods()
Copyright © 2017. All Rights Reserved.