#815 Box is now working with correct clipping. Values are not correct on edges of the box.

This commit is contained in:
Jacob Støren
2016-09-23 11:13:42 +02:00
parent d9c383f7d3
commit d9f71ad054
2 changed files with 51 additions and 18 deletions

View File

@@ -90,6 +90,8 @@ private:
class RivIntersectionVertexWeights
{
public:
explicit RivIntersectionVertexWeights(): m_count(0) {}
explicit RivIntersectionVertexWeights(size_t edge1Vx1, size_t edge1Vx2, double normDistFromE1V1,
size_t edge2Vx1, size_t edge2Vx2, double normDistFromE2V1,
double normDistFromE1Cut) : m_count(4)