Rumba C++ SDK
ImathVecAlgo.h File Reference
#include "ImathVec.h"
#include "ImathLimits.h"

Go to the source code of this file.

Namespaces

 Imath
 

Functions

template<class Vec >
Vec Imath::project (const Vec &s, const Vec &t)
 
template<class Vec >
Vec Imath::orthogonal (const Vec &s, const Vec &t)
 
template<class Vec >
Vec Imath::reflect (const Vec &s, const Vec &t)
 
template<class Vec >
Vec Imath::closestVertex (const Vec &v0, const Vec &v1, const Vec &v2, const Vec &p)