Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Jan 16, 2025
1 parent bd0ebb9 commit 46cb506
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
const Ellipsoid& ellipsoid = CesiumGeospatial::Ellipsoid::WGS84);

/**
* @brief Create a new coordinate system centered at a \ref what-are-ecef-coordinates
* "Earth-Centered, Earth-Fixed" position.
* @brief Create a new coordinate system centered at a \ref
* what-are-ecef-coordinates "Earth-Centered, Earth-Fixed" position.
*
* @param originEcef The origin of the coordinate system.
* @param xAxisDirection The local direction in which the X axis points at the
Expand All @@ -80,8 +80,8 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {

/**
* @brief Create a new coordinate system with a specified transformation to
* the \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed" frame. This is an
* advanced constructor and should be avoided in most cases.
* the \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed" frame.
* This is an advanced constructor and should be avoided in most cases.
*
* This constructor can be used to save/restore the state of an instance. It
* can also be used to create unusual coordinate systems that can't be created
Expand All @@ -96,8 +96,8 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
/**
* @brief Create a new coordinate system with the specified transformations
* between the local frame and the
* \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed" frame. This is an advanced
* constructor and should be avoided in most cases.
* \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed" frame. This is
* an advanced constructor and should be avoided in most cases.
*
* This constructor can be used to save/restore the state of an instance. It
* can also be used to create unusual coordinate systems that can't be created
Expand Down Expand Up @@ -126,8 +126,8 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {
}

/**
* @brief Gets the transformation matrix from \ref what-are-ecef-coordinates to the
* local horizontal coordinate system managed by this instance.
* @brief Gets the transformation matrix from \ref what-are-ecef-coordinates
* to the local horizontal coordinate system managed by this instance.
*
* @return The transformation.
*/
Expand All @@ -148,8 +148,9 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {

/**
* @brief Converts a position in the
* \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed (ECEF)" coordinate system
* to the local horizontal coordinate system managed by this instance.
* \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed (ECEF)"
* coordinate system to the local horizontal coordinate system managed by this
* instance.
*
* @param ecefPosition The position in the ECEF coordinate system.
* @return The equivalent position in the local coordinate system.
Expand All @@ -172,8 +173,9 @@ class CESIUMGEOSPATIAL_API LocalHorizontalCoordinateSystem {

/**
* @brief Converts a direction in the
* \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed (ECEF)" coordinate system
* to the local horizontal coordinate system managed by this instance.
* \ref what-are-ecef-coordinates "Earth-Centered, Earth-Fixed (ECEF)"
* coordinate system to the local horizontal coordinate system managed by this
* instance.
*
* Because the vector is treated as a direction only, the translation portion
* of the transformation is ignored.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ struct SkirtMeshMetadata {
*/
uint32_t noSkirtVerticesCount;
/**
* @brief The center coordinates of the mesh, in \ref what-are-ecef-coordinates.
* @brief The center coordinates of the mesh, in \ref
* what-are-ecef-coordinates.
*/
glm::dvec3 meshCenter;
/**
Expand Down

0 comments on commit 46cb506

Please sign in to comment.