Changeset 380
- Timestamp:
- Apr 1, 2004, 12:27:32 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMath.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMath.h
r341 r380 27 27 psBinaryOp (void *out, ///< destination (may be NULL) 28 28 void *in1, ///< first input 29 char *op erator,///< operator29 char *op, ///< operator 30 30 void *in2 ///< second input 31 31 ); … … 35 35 psUnaryOp (void *out, ///< destination (may be NULL) 36 36 void *in, ///< input 37 char *op erator///< operator37 char *op ///< operator 38 38 ); 39 39
Note:
See TracChangeset
for help on using the changeset viewer.
