Multiply a matrix

rifter1818

Junior Contributor
Joined
Sep 11, 2003
Messages
255
Location
A cold dark place
How do i multiply a matrix by a single number?
interpolating matrix`s
matrix.add((i/n) * matrix.subtract(mat2,mat1),mat1)
note the i/n * matrix is the part i need to figure out how to do...
 
Back
Top