scale VEX function

scales the given matrix in three directions simultaneously (X, Y, Z - given by the components of the scale_vector).

Contexts: image3d, chop, cop, pop, sop, surface, displace, fog, light, shadow, photon, cvex

  1. void scale(matrix &, vector scale_vector)

  2. void scale(matrix3 &, vector scale_vector)

scales the given matrix in three directions simultaneously (X, Y, Z - given by the components of the scale_vector).