UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

6 lines (3 loc) 136 B
import Vec3 from './type' export default rotateZ declare function rotateZ(out: Vec3, vector: Vec3, origin: Vec3, angle: number): Vec3