![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions used to handle circles 2d. More...
#include <IPSDKMath/IPSDKMathExports.h>#include <IPSDKMath/Constants.h>#include <IPSDKUtil/Tools/ForceInline.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::math | |
| Namespace agregating IPSDK mathematical routines and classes. | |
Functions | |
| IPSDKMATH_API bool | ipsdk::math::circleFromPoints (const ipReal64 x0, const ipReal64 y0, const ipReal64 x1, const ipReal64 y1, const ipReal64 x2, const ipReal64 y2, ipReal64 &xc, ipReal64 &yc, ipReal64 &radius) |
| computation of circle parameters from three points More... | |
| IPSDK_FORCEINLINE ipReal64 | ipsdk::math::circlePerimeter (const ipReal64 radius) |
| compute circle perimeter | |
| IPSDK_FORCEINLINE ipReal64 | ipsdk::math::circleArea (const ipReal64 radius) |
| compute circle area | |
Utility functions used to handle circles 2d.
1.8.14