IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
Point2d.h File Reference

Utility functions used to handle points 2d. More...

#include <IPSDKMath/IPSDKMathExports.h>
#include <IPSDKMath/Geometry/2d/Vector2d.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::distance (const T x1, const T y1, const T x2, const T y2)
 Euclidian distance between 2d points.
 

Detailed Description

Utility functions used to handle points 2d.

Author
E.Noirfalise
Date
2016/09/01