MCPcopy
hub / github.com/evanw/csg.js / csg.js

File csg.js

csg.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean
2// operations like union and intersection to combine 3D solids. This library
3// implements CSG operations on meshes elegantly and concisely using BSP trees,
4// and is meant to serve as an easily understandable implementation of the

Callers

nothing calls this directly

Calls 2

vertexFunction · 0.85
pointFunction · 0.85

Tested by

no test coverage detected