Changeset 253 for trunk/archive/pslib/include/psMath.h
- Timestamp:
- Mar 17, 2004, 5:33:48 PM (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
r247 r253 15 15 double d; ///< double value entry 16 16 complex float c; ///< complex value entry 17 } 17 } val; 18 18 } p_psScalar; 19 19 … … 30 30 psUnaryOp (void *out, ///< destination (may be NULL) 31 31 void *in, ///< input 32 char *operator ,///< operator32 char *operator ///< operator 33 33 ); 34 34 35 35 /** create a psType-ed structure from a constant double value. */ 36 p_ps _Scalar *36 p_psScalar * 37 37 psScalar (double value); 38 38 39 39 /** create a psType-ed structure from a specified type */ 40 p_ps _Scalar *40 p_psScalar * 41 41 psScalarType (char *mode, ///< type description 42 42 ... ///< value (or values) of specified types
Note:
See TracChangeset
for help on using the changeset viewer.
