![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions used to handle vectors 2d. More...
#include <IPSDKMath/IPSDKMathExports.h>#include <IPSDKMath/Constants.h>#include <IPSDKUtil/BaseTypes.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 | |
| template<typename T > | |
| IPSDK_FORCEINLINE ipReal64 | ipsdk::math::normL2 (const T x, const T y) |
| L2 norm of a 2d vector. | |
| template<typename T > | |
| IPSDK_FORCEINLINE T | ipsdk::math::scalarProduct (const T x1, const T y1, const T x2, const T y2) |
| Scalar product of two 2d vectors. | |
Utility functions used to handle vectors 2d.
1.8.14