You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theCore.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.The text was updated successfully, but these errors were encountered: