package
0.0.0-20241219173913-d335b646c759
Repository: https://github.com/lddl/go-gmns.git
Documentation: pkg.go.dev
# Functions
AngleBetweenLines returs angle between two lines
Note: panics if number of points in any line is less than 2.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GeometryHash encodes the given linestring to the hash.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns a line segment between specified distances along the given line using simple Euclidean distance function @TODO: Handle edge-cases such as: 1.
Returns a line segment between specified distances along the given line using DistanceHaversine for more accurate results @TODO: Handle edge-cases such as: 1.