We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20735ae commit e6fafafCopy full SHA for e6fafaf
include/plateau/polygon_mesh/tile_extractor.h
@@ -31,14 +31,14 @@ namespace plateau::polygonMesh {
31
const std::vector<plateau::geometry::Extent>& extents);
32
33
/**
34
- * CityModelから範囲内のModelを取り出します。
+ * CityModelから範囲内のModelを取り出しグリッド分割します。
35
*/
36
static std::shared_ptr<Model> extractWithGrid(
37
const citygml::CityModel& city_model, const MeshExtractOptions& options,
38
39
40
41
42
43
static void extractWithGrid(Model& out_model,
44
0 commit comments