clang format

This commit is contained in:
2026-02-19 08:00:23 +03:00
parent 609970cdfe
commit 630ffa69f6
4 changed files with 4 additions and 4 deletions

View File

@@ -22,4 +22,4 @@ namespace omath::cry_engine
using RollAngle = Angle<float, -180.f, 180.f, AngleFlags::Normalized>; using RollAngle = Angle<float, -180.f, 180.f, AngleFlags::Normalized>;
using ViewAngles = omath::ViewAngles<PitchAngle, YawAngle, RollAngle>; using ViewAngles = omath::ViewAngles<PitchAngle, YawAngle, RollAngle>;
} // namespace omath::frostbite_engine } // namespace omath::cry_engine

View File

@@ -71,4 +71,4 @@ namespace omath::cry_engine
{ {
return meters_to_units(kilometers * static_cast<FloatingType>(1000)); return meters_to_units(kilometers * static_cast<FloatingType>(1000));
} }
} // namespace omath::frostbite_engine } // namespace omath::cry_engine

View File

@@ -21,4 +21,4 @@ namespace omath::cry_engine
float near, float far) noexcept; float near, float far) noexcept;
}; };
} // namespace omath::unreal_engine } // namespace omath::cry_engine

View File

@@ -73,4 +73,4 @@ namespace omath::cry_engine
return angles::radians_to_degrees(-std::atan2(direction.x, direction.y)); return angles::radians_to_degrees(-std::atan2(direction.x, direction.y));
}; };
}; };
} // namespace omath::unity_engine } // namespace omath::cry_engine