mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Define boolean functions for lseg <, <=, <>, >=, >
Define close_ls(), close_lseg(), lseg_length(). Write real code for close_sb(), close_pb(), inter_sb(), inter_lb(). Repair lseg_perp() which determines if two lsegs are perpendicular. Repair lseg_dt() distance between two lsegs. Note: close_sl() is clearly broken but will repair later (calculating point on lseg rather than point on line).
This commit is contained in:
parent
50436b7214
commit
3f52d1705a
1 changed files with 506 additions and 165 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue