Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleSegment SplineCurve produces non-interpolatory endpoints #52

Open
VikingScientist opened this issue Jun 18, 2015 · 0 comments
Open

Comments

@VikingScientist
Copy link
Contributor

Go::Circle()
Go::Circle::setParamBounds()
Go::Circle::createSplineCurve()

Creates in general a spline curve with weights not equal to one at the end
points. This in turn means that we have non-interpolatory control points which cause problems in different applications.

It is possible to create a rational circle segment representation with the weights being one at the endpoints. See for instance http://www.cs.mtu.edu/~shene/COURSES/cs3621/NOTES/spline/NURBS/RB-circles.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant