mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-23 10:41:06 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user