Changes in src/mathutils.h [da01353:986131d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.h
rda01353 r986131d 193 193 */ 194 194 void fvec_add (fvec_t * v, smpl_t c); 195 196 /** multiply each elements of a vector by a scalar197 198 \param v vector to add constant to199 \param s constant to scale v with200 201 */202 void fvec_mul (fvec_t * v, smpl_t s);203 195 204 196 /** remove the minimum value of the vector to each elements
Note: See TracChangeset
for help on using the changeset viewer.