Skip to content

REFAC: Cube changed to oriented box

Andrew Wilson requested to merge andrew.wilson/iMSTK:OrientedBox into master

Most calculations done with oriented cubes were basically the same as if you were to do them with a box of differing length. (differing x, y, z lengths). Cube has now been replaced with oriented box. This also fixes SDF computation of boxes.

Merge request reports