mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-18 12:16:05 +08:00
Sync changes from upstream repository
Co-authored-by: croudyj <croudyj@gmail.com> Co-authored-by: David Eränen <david.eranen@mcneel.com> Co-authored-by: Giulio Piacentino <giulio@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
@@ -917,8 +917,8 @@ void ON_Triangle::Split(unsigned char edge, ON_3dPoint pt, ON_Triangle& out_a, O
|
||||
out_a.m_V[1] = m_V[1];
|
||||
out_a.m_V[2] = pt;
|
||||
out_b.m_V[0] = pt;
|
||||
out_b.m_V[1] = out_b.m_V[1];
|
||||
out_b.m_V[2] = out_b.m_V[2];
|
||||
out_b.m_V[1] = m_V[1];
|
||||
out_b.m_V[2] = m_V[2];
|
||||
break;
|
||||
default: //2
|
||||
out_a.m_V[0] = m_V[0];
|
||||
|
||||
Reference in New Issue
Block a user