Ticket #3134 (closed enhancement: fixed)
Reduce use of sqrt() calls when determining distances between points/lines/shapes
| Reported by: | bretlambert | Owned by: | aboudreault |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.6 release |
| Component: | MapServer C Library | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | sdlime, dmorissette |
Description
New distance calculation functions which don't call sqrt(), for use when speed is important (i.e., nested loops). User must call sqrt() on resulting value.

