差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン | |||
| cgfs:filled_triangles [2025/12/12 15:33] – Replace repeated use std::copy with std::merge and overused auto with explicit type declaration freemikan | cgfs:filled_triangles [2025/12/12 15:59] (現在) – Replace an overused back_inserter freemikan | ||
|---|---|---|---|
| 行 119: | 行 119: | ||
| Interpolate(i0, | Interpolate(i0, | ||
| - | x01.pop_back(); | + | // remove an overlapping point at x01.back and x12.front |
| + | x01.pop_back(); | ||
| - | std:: | + | std:: |
| - | std:: | + | std:: |
| assert(x012.size() == x02.size()); | assert(x012.size() == x02.size()); | ||
