Changeset 7563
- Timestamp:
- Jun 14, 2006, 12:05:34 PM (20 years ago)
- Location:
- trunk/psLib/src/math
- Files:
-
- 2 edited
-
psRegion.c (modified) (1 diff)
-
psRegion.h (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); -
trunk/psLib/src/math/psRegion.h
r7549 r7563 71 71 72 72 // Test if any element of the region is NaN 73 bool psRegionIsNaN( constpsRegion region// Region to check73 bool psRegionIsNaN(psRegion region// Region to check 74 74 ); 75 75
Note:
See TracChangeset
for help on using the changeset viewer.
