Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r986131d rda01353  
    193193*/
    194194void fvec_add (fvec_t * v, smpl_t c);
     195
     196/** multiply each elements of a vector by a scalar
     197
     198  \param v vector to add constant to
     199  \param s constant to scale v with
     200
     201*/
     202void fvec_mul (fvec_t * v, smpl_t s);
    195203
    196204/** remove the minimum value of the vector to each elements
Note: See TracChangeset for help on using the changeset viewer.