15 #ifndef __IPSDKMATH_VECTOR2D_H__ 16 #define __IPSDKMATH_VECTOR2D_H__ 41 const T x2,
const T y2)
52 #endif // __IPSDKMATH_VECTOR2D_H__ Definition of import/export macro for library.
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDK_FORCEINLINE PackT sqrt(const PackT &in)
returns the square root of a pack
Definition: sqrt.h:40
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Predefined constants for ipsdk math library.
Base types for multiplatform compatibility.
IPSDK_FORCEINLINE T scalarProduct(const T x1, const T y1, const T x2, const T y2)
Scalar product of two 2d vectors.
Definition: Vector2d.h:40
IPSDK_FORCEINLINE ipReal64 normL2(const T x, const T y)
L2 norm of a 2d vector.
Definition: Vector2d.h:32