UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 153 B
import Mat4 from './type' import Vec3 from '../vec3/type' export default scale declare function scale(out: Mat4, matrix: Mat4, dimensions: Vec3): Mat4