Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-08-22 01:43:04 -07:00
parent ae65ce6693
commit 904ef7893c
202 changed files with 1884 additions and 1694 deletions

View File

@@ -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.