mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-05-10 04:07:43 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -221,7 +221,7 @@ public:
|
||||
ON_3dPoint end_point
|
||||
) override;
|
||||
|
||||
bool Reverse() override; // reverse parameterizatrion
|
||||
bool Reverse() override; // reverse parameterization
|
||||
// Domain changes from [a,b] to [-b,-a]
|
||||
|
||||
bool Evaluate( // returns false if unable to evaluate
|
||||
@@ -303,7 +303,7 @@ public:
|
||||
// 0 unable to create NURBS representation
|
||||
// with desired accuracy.
|
||||
// 1 success - returned NURBS parameterization
|
||||
// matches the curve's to wthe desired accuracy
|
||||
// matches the curve's to the desired accuracy
|
||||
// 2 success - returned NURBS point locus matches
|
||||
// the curve's to the desired accuracy but, on
|
||||
// the interior of the curve's domain, the
|
||||
@@ -324,7 +324,7 @@ public:
|
||||
// 0 unable to create NURBS representation
|
||||
// with desired accuracy.
|
||||
// 1 success - returned NURBS parameterization
|
||||
// matches the curve's to wthe desired accuracy
|
||||
// matches the curve's to the desired accuracy
|
||||
// 2 success - returned NURBS point locus matches
|
||||
// the curve's to the desired accuracy but, on
|
||||
// the interior of the curve's domain, the
|
||||
|
||||
Reference in New Issue
Block a user