Changeset 297
- Timestamp:
- Mar 23, 2004, 5:39:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMath.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMath.h
r257 r297 29 29 char *operator, ///< operator 30 30 void *in2 ///< second input 31 );31 ); 32 32 33 33 /** Perform a binary operation on two data items (psImage, psVector, psScalar). */ … … 36 36 void *in, ///< input 37 37 char *operator ///< operator 38 );38 ); 39 39 40 40 /** create a psType-ed structure from a constant double value. */ … … 46 46 psScalarType (char *mode, ///< type description 47 47 ... ///< value (or values) of specified types 48 );48 ); 49 49 50 50 /* \} */ // End of MathGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
