blob: e2e9a4bd35f516ecd64bdacda65f796b8861a26a [file] [log] [blame]
#ifndef _RIVE_CIRCLE_CONSTANT_HPP_
#define _RIVE_CIRCLE_CONSTANT_HPP_
#include "rive/rive_types.hpp"
namespace rive
{
constexpr float circleConstant = 0.552284749831f;
constexpr float icircleConstant = 1.0f - circleConstant;
} // namespace rive
#endif