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