Package | Description |
---|---|
org.opentripplanner.visibility |
Modifier and Type | Field and Description |
---|---|
ArrayList<VLPoint> |
VLPolygon.vertices |
Modifier and Type | Method and Description |
---|---|
VLPoint |
VLPolygon.centroid() |
VLPoint |
VLPoint.clone() |
VLPoint |
VLPolygon.get(int i) |
VLPoint |
VLPoint.minus(VLPoint point2) |
VLPoint |
VLPoint.plus(VLPoint point2) |
VLPoint |
VLPoint.projection_onto_boundary_of(Environment environment_temp) |
VLPoint |
VLPoint.projection_onto_boundary_of(VLPolygon polygon_temp) |
VLPoint |
VLPoint.projection_onto_vertices_of(Environment environment_temp) |
VLPoint |
VLPoint.projection_onto_vertices_of(VLPolygon polygon_temp) |
VLPoint |
VLPoint.projection_onto(LineSegment line_segment_temp) |
VLPoint |
VLPoint.projection_onto(org.opentripplanner.visibility.Polyline polyline_temp) |
VLPoint |
VLPoint.projection_onto(org.opentripplanner.visibility.Ray ray_temp) |
VLPoint |
VLPoint.times(double scalar) |
VLPoint |
VLPoint.times(VLPoint point2) |
Modifier and Type | Method and Description |
---|---|
void |
VisibilityPolygon.chop_spikes_at_back(VLPoint observer,
double epsilon) |
int |
VLPoint.compareTo(VLPoint point2) |
double |
VLPoint.cross(VLPoint point2) |
double |
VLPoint.distance(VLPoint point2) |
boolean |
VisibilityPolygon.is_spike(VLPoint observer,
VLPoint point1,
VLPoint point2,
VLPoint point3,
double epsilon) |
VLPoint |
VLPoint.minus(VLPoint point2) |
VLPoint |
VLPoint.plus(VLPoint point2) |
VLPoint |
VLPoint.times(VLPoint point2) |
Constructor and Description |
---|
VisibilityPolygon(VLPoint observer,
Environment environment_temp,
double epsilon) |
VLPoint(VLPoint p) |
VLPolygon(VLPoint point0,
VLPoint point1,
VLPoint point2) |
Constructor and Description |
---|
VisibilityGraph(ArrayList<VLPoint> points,
Environment environment,
double epsilon) |
VisibilityGraph(Environment environment,
double epsilon,
Collection<VLPoint> origins) |
VLPolygon(List<VLPoint> vertices_temp) |
Copyright © 2018. All rights reserved.