![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for vectors 3d management. More...
Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::geom | |
| Namespace aggregating geometrical routines and classes. | |
Functions | |
| IPSDKGEOMETRY_API ipReal64 | ipsdk::geom::distance (const Vector3d &v1, const Vector3d &v2) |
| compute euclidian distance between two vectors | |
| IPSDKGEOMETRY_API ipReal64 | ipsdk::geom::scalarProduct (const Vector3d &v1, const Vector3d &v2) |
| compute vectors scalar product | |
| IPSDKGEOMETRY_API Vector3d | ipsdk::geom::crossProduct (const Vector3d &v1, const Vector3d &v2) |
| compute vectors cross product | |
Utility functions for vectors 3d management.
1.8.14