HDK
|
Go to the source code of this file.
Functions | |
template<class Vec > | |
IMATH_INTERNAL_NAMESPACE_HEADER_ENTER Vec | project (const Vec &s, const Vec &t) |
template<class Vec > | |
Vec | orthogonal (const Vec &s, const Vec &t) |
template<class Vec > | |
Vec | reflect (const Vec &s, const Vec &t) |
template<class Vec > | |
Vec | closestVertex (const Vec &v0, const Vec &v1, const Vec &v2, const Vec &p) |
template<class Vec > | |
Vec | project (const Vec &s, const Vec &t) |
Vec closestVertex | ( | const Vec & | v0, |
const Vec & | v1, | ||
const Vec & | v2, | ||
const Vec & | p | ||
) |
Definition at line 118 of file ImathVecAlgo.h.
Definition at line 104 of file ImathVecAlgo.h.
IMATH_INTERNAL_NAMESPACE_HEADER_ENTER Vec project | ( | const Vec & | s, |
const Vec & | t | ||
) |
Definition at line 96 of file ImathVecAlgo.h.
Definition at line 96 of file ImathVecAlgo.h.
Definition at line 111 of file ImathVecAlgo.h.