MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
transform.h File Reference
#include "math/matrix.h"
#include "math/matrix_svd.h"
Include dependency graph for transform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  math
 Vector, Matrix, basic operations, etc.
 

Functions

template<typename T , int N>
bool math::determine_transform (std::vector< math::Vector< T, N > > const &p0, std::vector< math::Vector< T, N > > const &p1, math::Matrix< T, N, N > *rot, T *scale, math::Vector< T, N > *trans)