Changeset 7380 for trunk/psLib/src/math/psRegion.c
- Timestamp:
- Jun 6, 2006, 5:22:07 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
r6874 r7380 84 84 } 85 85 86 bool inline psRegionIsNaN(const psRegion region) 87 { 88 return isnan(region.x0) || isnan(region.x1) || isnan(region.y0) || isnan(region.y1); 89 } 90
Note:
See TracChangeset
for help on using the changeset viewer.
