From 74acd1a2abd48c32b44ee6247325262b93263793 Mon Sep 17 00:00:00 2001 From: Janine Liu Date: Thu, 26 Sep 2024 10:12:28 -0400 Subject: [PATCH] Additional tweak --- .../include/Cesium3DTilesSelection/Tileset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cesium3DTilesSelection/include/Cesium3DTilesSelection/Tileset.h b/Cesium3DTilesSelection/include/Cesium3DTilesSelection/Tileset.h index 8cce01626..efa32e830 100644 --- a/Cesium3DTilesSelection/include/Cesium3DTilesSelection/Tileset.h +++ b/Cesium3DTilesSelection/include/Cesium3DTilesSelection/Tileset.h @@ -276,10 +276,10 @@ class CESIUM3DTILESSELECTION_API Tileset final { /** * @brief Initiates an asynchronous query for the height of this tileset at a - * list of positions, expressed in longitude and latitude. The most detailed + * list of cartographic positions (longitude and latitude). The most detailed * available tiles are used to determine each height. * - * The height of the input positions is ignored. On output, the height is + * The height of the input positions is ignored. The output height is * expressed in meters above the ellipsoid (usually WGS84), which should not * be confused with a height above mean sea level. *