rifter1818
Junior Contributor
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...
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...