Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
db3fb02bdf3ea1c6ecd4b5345237d22e06e020e4
/
.
/
include
/
rive
/
math
/
circle_constant.hpp
blob: d75bb74439b1a9c29816cf426ee41a9ec3699aae [
file
] [
log
] [
blame
]
#ifndef
_RIVE_CIRCLE_CONSTANT_HPP_
#define
_RIVE_CIRCLE_CONSTANT_HPP_
namespace
rive
{
constexpr
float
circleConstant
=
0.552284749831
;
constexpr
float
icircleConstant
=
1.0
-
circleConstant
;
}
// namespace rive
#endif