import Mat4 from './type'
import Vec3 from '../vec3/type'

export default mirror

declare function mirror(out: Mat4, vec: Vec3, matrix: Mat4): Mat4
