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
-
void scale(matrix &, vector scale_vector) -
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).