Changeset 24382 for trunk/magic/remove/src/Line.h
- Timestamp:
- Jun 11, 2009, 6:09:52 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/Line.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/Line.h
r24344 r24382 21 21 extern bool LineClip (Line *line, int numCols, int numRows); 22 22 23 /** Clip the line between (minX,minY) and (maxX,maxY) 24 25 @param[in,out] line line to be clipped within the bounds 26 @param[in] minX minimum X (columns) for the line 27 @param[in] minY minimum Y (rows) for the line 28 @param[in] maxX maximum X (columns) for the line 29 @param[in] maxY maximum Y (rows) for the line 30 @return true if line overlaps the clip boundaries */ 31 32 extern bool LineClipFull (Line *line, int minX, int minY, int maxX, int maxY); 33 23 34 /** Map a line to an image for its specified width and append as 24 35 a list of pixel positions
Note:
See TracChangeset
for help on using the changeset viewer.
