Skip to content

Commit

Permalink
Version 7.01 (Feb 12, 2015): Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrihtar committed Feb 12, 2015
1 parent 280f036 commit e609f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geo_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
- **coord_in_triangle**
Checks whether specified *x,y* coordinates (GK or TM) lie within or on
borders of specified triangle (from AFT array). Algorithm first checks if
the point is withing triangle bounding box, then performs the normal check
and at the end an additional check, if the point lies on triangle borders
(within ε distance).
the point is contained in a triangle bounding box, then performs the normal
check and at the end an additional check, if the point lies on triangle
borders (within ε distance).

- **xy2fila_ellips**
Transforms *x,y,H* coordinates (GK or TM) to *fi,la,h* on specified
Expand Down

0 comments on commit e609f6a

Please sign in to comment.