Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Jan 29, 2024
1 parent f34ee68 commit cf9b523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions native~/Runtime/src/CesiumGlobeFlightPathImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ namespace CesiumForUnityNative {

class CesiumGlobeFlightPathImpl {
public:
CesiumGlobeFlightPathImpl(const DotNet::CesiumForUnity::CesiumGlobeFlightPath& path);
CesiumGlobeFlightPathImpl(
const DotNet::CesiumForUnity::CesiumGlobeFlightPath& path);
~CesiumGlobeFlightPathImpl();

bool CreateFromEarthCenteredEarthFixedCoordinates(
Expand All @@ -37,7 +38,8 @@ class CesiumGlobeFlightPathImpl {
double percentage,
double additionalHeight) const;

double GetLength(const DotNet::CesiumForUnity::CesiumGlobeFlightPath& path) const;
double
GetLength(const DotNet::CesiumForUnity::CesiumGlobeFlightPath& path) const;

private:
std::unique_ptr<CesiumGeospatial::GlobeFlightPath> _flightPath;
Expand Down
2 changes: 1 addition & 1 deletion native~/extern/cesium-native

0 comments on commit cf9b523

Please sign in to comment.