Skip to content

Commit e6fafaf

Browse files
committed
コメント変更
1 parent 20735ae commit e6fafaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/plateau/polygon_mesh/tile_extractor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ namespace plateau::polygonMesh {
3131
const std::vector<plateau::geometry::Extent>& extents);
3232

3333
/**
34-
* CityModelから範囲内のModelを取り出します
34+
* CityModelから範囲内のModelを取り出しグリッド分割します
3535
*/
3636
static std::shared_ptr<Model> extractWithGrid(
3737
const citygml::CityModel& city_model, const MeshExtractOptions& options,
3838
const std::vector<plateau::geometry::Extent>& extents);
3939

4040
/**
41-
* CityModelから範囲内のModelを取り出します
41+
* CityModelから範囲内のModelを取り出しグリッド分割します
4242
*/
4343
static void extractWithGrid(Model& out_model,
4444
const citygml::CityModel& city_model, const MeshExtractOptions& options,

0 commit comments

Comments
 (0)