mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 18:23:26 +00:00
clang format
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user