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

Cyrus-Beck algorithm #7

Open
robertogiachetta opened this issue Dec 20, 2016 · 0 comments
Open

Cyrus-Beck algorithm #7

robertogiachetta opened this issue Dec 20, 2016 · 0 comments
Labels
Kind: Feature New feature or request Target: Core Issues related to the Core module of AEGIS

Comments

@robertogiachetta
Copy link
Collaborator

The Cyrus-Beck algorithm is a generalized line clipping algorithm, an advancement of the Cohen-Sutherland algorithm using a polygonal clipping window.

See: https://en.wikipedia.org/wiki/Cyrus%E2%80%93Beck_algorithm

Add CyrusBeckAlgorithm class to the Core.Algorithms namespace. The class should be instantiable, with possibility for computation and query of the results (clipped line strings) through property. Support for applications in the form of static methods should also be added.

@robertogiachetta robertogiachetta added Target: Core Issues related to the Core module of AEGIS Kind: Feature New feature or request labels Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Feature New feature or request Target: Core Issues related to the Core module of AEGIS
Projects
None yet
Development

No branches or pull requests

1 participant