Liang–Barsky algorithm: Difference between revisions

Content deleted Content added
Adding local short description: "Line-clipping algorithm", overriding Wikidata description "algorithm" (Shortdesc helper)
m fixed dashes using a script
Line 33:
 
<syntaxhighlight lang="c++">
// Liang--BarskyLiang—Barsky line-clipping algorithm
#include<iostream>
#include<graphics.h>