Skip to content

Implements clamping for creation of Planes using the dragging tool.

Zain Selman requested to merge clamped_planes into master

Implements clamping while creating the plane. Currently clamping is hardcoded to 15° or π/12. Clamping has to be set using setClamping(bool) by the calling site. Changes implemented in QtPlaneSelect::setPlaneAndSize()

Merge request reports