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

Utility functions used to handle vectors 3d. 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, const T z)
 L2 norm of a 3d vector.
 
template<typename T >
IPSDK_FORCEINLINE T ipsdk::math::scalarProduct (const T x1, const T y1, const T z1, const T x2, const T y2, const T z2)
 Scalar product of two 3d vectors.
 
template<typename T >
IPSDK_FORCEINLINE void ipsdk::math::crossProduct (const T x1, const T y1, const T z1, const T x2, const T y2, const T z2, T &xRes, T &yRes, T &zRes)
 Cross product of two 3d vectors.
 

Detailed Description

Utility functions used to handle vectors 3d.

Author
E. Noirfalise
Date
2015/04/17