Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、2つのタイルがあります。マトリックスは次のとおりです。
0,0,0,0,2 0,0,0,0,0 1,0,0,0,0
1からポイント2まで自動的に線を引くにはどうすればよいですか?
最終結果は次のようになります。
0,0,0,1,2 0,1,1,0,0 1,0,0,0,0
ブレゼンハムのラインアルゴリズムを使用する