Sync changes from upstream repository

This commit is contained in:
Bozo The Builder
2020-01-16 10:59:30 -08:00
parent 066c760fb5
commit fd6843da76
70 changed files with 6078 additions and 805 deletions

View File

@@ -971,7 +971,7 @@ unsigned int ON_SubDSectorType::GetSubdivisionMatrix(
if (N < 2 || R < 4)
return ON_SUBD_RETURN_ERROR(0);
const double w = this->SectorWeight();
const double w = this->SectorCoefficient();
double* x;
double* y;