Changeset 7563 for trunk/psLib/src/math/psRegion.c
- Timestamp:
- Jun 14, 2006, 12:05:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psRegion.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRegion.c
r7496 r7563 96 96 } 97 97 98 bool inline psRegionIsNaN( constpsRegion region)98 bool inline psRegionIsNaN(psRegion region) 99 99 { 100 100 return isnan(region.x0) || isnan(region.x1) || isnan(region.y0) || isnan(region.y1);
Note:
See TracChangeset
for help on using the changeset viewer.
