Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DouglasPeucker ¶
type DouglasPeucker struct {
// Tolerance is the tolerance used to eliminate points, a tolerance of zero is not eliminate any points.
Tolerance float64
// Dist is the distance function to use, defaults to planar.PerpendicularDistance
Dist planar.PointLineDistanceFunc
}
Click to show internal directories.
Click to hide internal directories.