| 915 | } |
| 916 | |
| 917 | double pointObj_distanceToShape(pointObj *self, shapeObj *shape) { |
| 918 | return msDistancePointToShape(self, shape); |
| 919 | } |
| 920 | |
| 921 | /********************************************************************** |
| 922 | * class extensions for lineObj (eg. a line or group of points), |
no test coverage detected