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

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

#include <IPSDKMath/IPSDKMathExports.h>
#include <IPSDKMath/Geometry/3d/Vector3d.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 z1, const T x2, const T y2, const T z2)
 Euclidian distance between 3d points.
 

Detailed Description

Utility functions used to handle points 3d.

Author
E.Noirfalise
Date
2016/09/01