差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| cgfs:shaded_triangles [2025/12/12 15:47] – Replace repeated use std::copy with std::merge and overused auto with explicit type declaration freemikan | cgfs:shaded_triangles [2025/12/12 15:57] (現在) – Replace overused back_inserters freemikan | ||
|---|---|---|---|
| 行 105: | 行 105: | ||
| assert(h01.size() + h12.size() == h02.size()); | assert(h01.size() + h12.size() == h02.size()); | ||
| - | std:: | + | std:: |
| - | std:: | + | std:: |
| - | | + | |
| - | std:: | + | std:: |
| - | std:: | + | std:: |
| - | | + | |
| assert(x012.size() == x02.size()); | assert(x012.size() == x02.size()); | ||
| 行 128: | 行 126: | ||
| } | } | ||
| - | | + | std:: |
| for (int y = yi0; y <= yi2; ++y) { | for (int y = yi0; y <= yi2; ++y) { | ||
