* snap Clipper points to brush planes, edges and vertices (in 3d camera)

This commit is contained in:
Garux
2018-05-15 02:43:10 +03:00
parent 813cd70fd3
commit a18a5d7c9b
3 changed files with 134 additions and 30 deletions

View File

@@ -83,6 +83,9 @@ bool equalEpsilon( const SelectionIntersection& other, float distanceEpsilon, fl
float depth() const {
return m_depth;
}
float distance() const {
return m_distance;
}
bool valid() const {
return depth() < 1;
}