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

ofPath::hasChanged and ofPath::flagShapeChanged should be public #5898

Open
c-mendoza opened this issue Feb 19, 2018 · 0 comments
Open

ofPath::hasChanged and ofPath::flagShapeChanged should be public #5898

c-mendoza opened this issue Feb 19, 2018 · 0 comments

Comments

@c-mendoza
Copy link
Contributor

Is there any reason why ofPath::hasChanged and ofPath::flagShapeChanged are private? ofPath::flagShapeChanged() could be really useful when paths are changed externally (I'm currently working around it by calling ofPath::getCommands() only so that ofPath::flagShapeChanged is called), and ofPath::hasChanged doesn't get called at all anywhere in OF... so it makes 0 sense that it is private. If it were public it would mirror the behavior of ofMesh::hasChanged, which would make the library more consistent.

c.

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