Go to the documentation of this file.
62 #define Scalar floatScalar
63 #define ScalarVGREAT floatScalarVGREAT
64 #define ScalarVSMALL floatScalarVSMALL
65 #define readScalar readFloatScalar
72 #define transFunc(func) \
73 inline Scalar func(const Scalar s) \
75 return ::func##f(s); \
82 return ::hypotf(x, y);
87 return ::atan2f(y, x);