blob: d3d7ed1fbe2af98191a1b9420d9474b3ebcbb085 [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