MeshLib
 
Loading...
Searching...
No Matches
MR2to3.h File Reference
#include "MRVector2.h"
#include "MRVector3.h"
#include "MRMatrix2.h"
#include "MRMatrix3.h"
#include "MRAffineXf.h"

Go to the source code of this file.

Namespaces

namespace  MR
 

Functions

template<typename T >
Vector3< T > MR::to3dim (const Vector2< T > &v)
 
template<typename T >
Vector2< T > MR::to2dim (const Vector3< T > &v)
 
template<typename T >
Matrix3< T > MR::to3dim (const Matrix2< T > &m)
 
template<typename T >
Matrix2< T > MR::to2dim (const Matrix3< T > &m)
 
template<typename T >
AffineXf3< T > MR::to3dim (const AffineXf2< T > &xf)
 
template<typename T >
AffineXf2< T > MR::to2dim (const AffineXf3< T > &xf)