Changeset 13991 for trunk/psLib/src/math/psRegion.c
- Timestamp:
- Jun 29, 2007, 2:35:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psRegion.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRegion.c
r13741 r13991 154 154 } 155 155 156 bool inlinepsRegionIsNaN(psRegion region)156 bool psRegionIsNaN(psRegion region) 157 157 { 158 158 return isnan(region.x0) || isnan(region.x1) || isnan(region.y0) || isnan(region.y1);
Note:
See TracChangeset
for help on using the changeset viewer.
