Changeset 26892 for trunk/psLib/src/math/psBinaryOp.h
- Timestamp:
- Feb 10, 2010, 7:27:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psBinaryOp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psBinaryOp.h
r11248 r26892 55 55 psMathType* psBinaryOp( 56 56 psPtr out, ///< Output type, either psImage or psVector. 57 constpsPtr in1, ///< First input, either psImage or psVector.57 psPtr in1, ///< First input, either psImage or psVector. 58 58 const char *op, ///< Operator. 59 constpsPtr in2 ///< Second input, either psImage or psVector.59 psPtr in2 ///< Second input, either psImage or psVector. 60 60 ); 61 61
Note:
See TracChangeset
for help on using the changeset viewer.
