Changeset 7901 for trunk/psLib/src/math/psRegion.h
- Timestamp:
- Jul 13, 2006, 4:26:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psRegion.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRegion.h
r7563 r7901 27 27 float y1 ///< the last row of the region + 1. 28 28 ); 29 30 /** Checks the type of a particular pointer. 31 * 32 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 33 * 34 * @return bool: True if the pointer matches a psRegion structure, false otherwise. 35 */ 36 bool psMemCheckRegion( 37 psPtr ptr ///< the pointer whose type to check 38 ); 29 39 30 40 /** Create a psRegion with the specified attributes. … … 70 80 ); 71 81 72 // Test if any element of the region is NaN 73 bool psRegionIsNaN(psRegion region// Region to check 74 ); 82 /** Test if any element of the region is NaN 83 * 84 * @return bool: True if an element is NaN, otherwise false. 85 */ 86 bool psRegionIsNaN( 87 psRegion region ///< Region to check 88 ); 75 89 76 90 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
