| Since | 17.5 | 
                
                    
                    
                    
                        void  prescale(matrix &m, vector scale_vector)
                    
                    
                
            
                
                    
                    
                    
                        void  prescale(matrix3 &m, vector scale_vector)
                    
                    
                
            
Prescales the matrix in three directions simultaneously by the factors in the vector. This modifies the matrix in-place, rather than returning a new matrix.
| See also | |
| matrix |  |