- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/math/psBinaryOp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psLib/src/math/psBinaryOp.h
r11248 r27840 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.
