blob: 61250b3c87472f8821d3f0ac959b74896ed3ab9e [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