Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 211 Bytes

File metadata and controls

11 lines (7 loc) · 211 Bytes

Solid.intersect()

Runs a boolean intersection with another solid and returns the shared volume as a new Solid.

Usage

const result = solid.intersect(otherSolid);

Inputs are left unchanged.