blob: 6e3d867a885fc383895439a6f2674cd1da2b1a1e [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