15 #ifndef __IPSDKMATH_LINE2D_H__ 16 #define __IPSDKMATH_LINE2D_H__ 40 #endif // __IPSDKMATH_LINE2D_H__ Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
IPSDKMATH_API bool lineFromPoints(const ipReal64 x0, const ipReal64 y0, const ipReal64 x1, const ipReal64 y1, ipReal64 &rho, ipReal64 &theta)
computation of line parameters from two points
Base types for multiplatform compatibility.
#define IPSDKMATH_API
Import/Export macro for library IPSDKMath.
Definition: IPSDKMathExports.h:27