@@ -55,8 +55,8 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
5555 const Ellipsoid& ellipsoid = CesiumGeospatial::Ellipsoid::WGS84);
5656
5757 /* *
58- * @brief Create a new coordinate system centered at a \ref glossary-ecef
59- * "Earth-Centered, Earth-Fixed" position.
58+ * @brief Create a new coordinate system centered at a \ref
59+ * what-are-ecef-coordinates "Earth-Centered, Earth-Fixed" position.
6060 *
6161 * @param originEcef The origin of the coordinate system.
6262 * @param xAxisDirection The local direction in which the X axis points at the
@@ -80,8 +80,8 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
8080
8181 /* *
8282 * @brief Create a new coordinate system with a specified transformation to
83- * the \ref glossary- ecef "Earth-Centered, Earth-Fixed" frame. This is an
84- * advanced constructor and should be avoided in most cases.
83+ * the \ref what-are- ecef-coordinates "Earth-Centered, Earth-Fixed" frame.
84+ * This is an advanced constructor and should be avoided in most cases.
8585 *
8686 * This constructor can be used to save/restore the state of an instance. It
8787 * can also be used to create unusual coordinate systems that can't be created
@@ -96,8 +96,8 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
9696 /* *
9797 * @brief Create a new coordinate system with the specified transformations
9898 * between the local frame and the
99- * \ref glossary- ecef "Earth-Centered, Earth-Fixed" frame. This is an advanced
100- * constructor and should be avoided in most cases.
99+ * \ref what-are- ecef-coordinates "Earth-Centered, Earth-Fixed" frame. This is
100+ * an advanced constructor and should be avoided in most cases.
101101 *
102102 * This constructor can be used to save/restore the state of an instance. It
103103 * can also be used to create unusual coordinate systems that can't be created
@@ -117,7 +117,7 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
117117
118118 /* *
119119 * @brief Gets the transformation matrix from the local horizontal coordinate
120- * system managed by this instance to the \ref glossary- ecef.
120+ * system managed by this instance to the \ref what-are- ecef-coordinates .
121121 *
122122 * @return The transformation.
123123 */
@@ -126,8 +126,8 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
126126 }
127127
128128 /* *
129- * @brief Gets the transformation matrix from \ref glossary- ecef to the
130- * local horizontal coordinate system managed by this instance.
129+ * @brief Gets the transformation matrix from \ref what-are- ecef-coordinates
130+ * to the local horizontal coordinate system managed by this instance.
131131 *
132132 * @return The transformation.
133133 */
@@ -138,7 +138,7 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
138138 /* *
139139 * @brief Converts a position in the local horizontal coordinate system
140140 * managed by this instance to
141- * \ref glossary- ecef "Earth-Centered, Earth-Fixed (ECEF)".
141+ * \ref what-are- ecef-coordinates "Earth-Centered, Earth-Fixed (ECEF)".
142142 *
143143 * @param localPosition The position in the local coordinate system.
144144 * @return The equivalent position in the ECEF coordinate system.
@@ -148,8 +148,9 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
148148
149149 /* *
150150 * @brief Converts a position in the
151- * \ref glossary-ecef "Earth-Centered, Earth-Fixed (ECEF)" coordinate system
152- * to the local horizontal coordinate system managed by this instance.
151+ * \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed (ECEF)"
152+ * coordinate system to the local horizontal coordinate system managed by this
153+ * instance.
153154 *
154155 * @param ecefPosition The position in the ECEF coordinate system.
155156 * @return The equivalent position in the local coordinate system.
@@ -159,7 +160,7 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
159160 /* *
160161 * @brief Converts a direction in the local horizontal coordinate system
161162 * managed by this instance to
162- * \ref glossary- ecef "Earth-Centered, Earth-Fixed (ECEF)".
163+ * \ref what-are- ecef-coordinates "Earth-Centered, Earth-Fixed (ECEF)".
163164 *
164165 * Because the vector is treated as a direction only, the translation portion
165166 * of the transformation is ignored.
@@ -172,8 +173,9 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
172173
173174 /* *
174175 * @brief Converts a direction in the
175- * \ref glossary-ecef "Earth-Centered, Earth-Fixed (ECEF)" coordinate system
176- * to the local horizontal coordinate system managed by this instance.
176+ * \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed (ECEF)"
177+ * coordinate system to the local horizontal coordinate system managed by this
178+ * instance.
177179 *
178180 * Because the vector is treated as a direction only, the translation portion
179181 * of the transformation is ignored.
0 commit comments