Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
575ac8986c93d9420a9d7d9517582df9dbeeafd6
/
.
/
include
/
rive
/
math
/
circle_constant.hpp
blob: c120807fcca067a5d51122a1b58e8eb311ee201a [
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
;
}
#endif