Method | Description | |
---|---|---|
CalculateDifference ( List |
||
DouglasPeuckerReduction ( List |
Uses the Douglas Peucker algorithm to reduce the number of points.
|
|
PerpendicularDistance ( Point point1, Point point2, Point point ) : Double |
The distance of a point from a line made from point1 and point2.
|
Method | Description | |
---|---|---|
DouglasPeuckerReduction ( List |
Douglases the peucker reduction.
|
public CalculateDifference ( List |
||
p1 | List |
|
p2 | List |
|
return | double |
public DouglasPeuckerReduction ( List |
||
points | List |
The points. |
tolerance | Double | The tolerance. |
return | List |
public PerpendicularDistance ( Point point1, Point point2, Point point ) : Double | ||
point1 | Point | |
point2 | Point | |
point | Point | |
return | Double |