Package | Description |
---|---|
com.graphhopper.storage.index |
Modifier and Type | Method and Description |
---|---|
static void |
BresenhamLine.bresenham(int y1,
int x1,
int y2,
int x2,
PointEmitter emitter) |
static void |
BresenhamLine.calcPoints(double lat1,
double lon1,
double lat2,
double lon2,
PointEmitter emitter,
double offsetLat,
double offsetLon,
double deltaLat,
double deltaLon)
Calls the Bresenham algorithm but make it working for double values
|
static void |
BresenhamLine.calcPoints(int y1,
int x1,
int y2,
int x2,
PointEmitter emitter) |
Copyright © 2012–2020. All rights reserved.