Changeset 2053 for trunk/lwgeom/liblwgeom.h
- Timestamp:
- 11/22/05 13:29:41 (7 years ago)
- Files:
-
- 1 modified
-
trunk/lwgeom/liblwgeom.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lwgeom/liblwgeom.h
r2037 r2053 270 270 // copies a point from the point array into the parameter point 271 271 // will set point's z=0 (or NaN) if pa is 2d 272 // will set point's m=0 (or NaN (if pa is 3d or 2d272 // will set point's m=0 (or NaN) if pa is 3d or 2d 273 273 // NOTE: point is a real POINT3D *not* a pointer 274 274 extern POINT4D getPoint4d(const POINTARRAY *pa, int n);
