| 911 | } |
| 912 | |
| 913 | double pointObj_distanceToLine(pointObj *self, pointObj *a, pointObj *b) { |
| 914 | return msDistancePointToSegment(self, a, b); |
| 915 | } |
| 916 | |
| 917 | double pointObj_distanceToShape(pointObj *self, shapeObj *shape) { |
| 918 | return msDistancePointToShape(self, shape); |
no test coverage detected