mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 13:11:19 +01:00
9 lines
204 B
C++
9 lines
204 B
C++
#ifndef _RIVE_CIRCLE_CONSTANT_HPP_
|
|
#define _RIVE_CIRCLE_CONSTANT_HPP_
|
|
namespace rive
|
|
{
|
|
constexpr float circleConstant = 0.552284749831;
|
|
constexpr float icircleConstant = 1.0-circleConstant;
|
|
}
|
|
|
|
#endif |