mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-17 11:46:01 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -104,7 +104,7 @@ bool ON_Surface::SetDomain(
|
||||
double, double
|
||||
)
|
||||
{
|
||||
// TODO make this pure virutual when all the source code is available
|
||||
// TODO make this pure virtual when all the source code is available
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -442,7 +442,7 @@ bool ON_Surface::GetNextDiscontinuity(
|
||||
{
|
||||
// 20 March 2003 Dale Lear:
|
||||
// Have to look for locus discontinuities at ends.
|
||||
// Must test both ends becuase t0 > t1 is valid input.
|
||||
// Must test both ends because t0 > t1 is valid input.
|
||||
// In particular, for ON_CurveProxy::GetNextDiscontinuity()
|
||||
// to work correctly on reversed "real" curves, the
|
||||
// t0 > t1 must work right.
|
||||
|
||||
Reference in New Issue
Block a user