library of assembled shared sources |
http://lass.cocamware.com |
#include <normalizing_policy.h>
Static Public Member Functions | |
template<typename VectorType > | |
static void | normalize (VectorType &) |
Don't normalize normals we want to keep unnormalized! :) this is a noop. | |
template<typename VectorType , typename ValueType > | |
static void | normalizeAndScale (VectorType &, ValueType &) |
Don't normalize and don't scale. | |
template<typename ValueType , typename VectorType > | |
static ValueType | divideByNorm (ValueType iValue, const VectorType &iNormObject) |
template<typename ValueType , typename VectorType > | |
static ValueType | divideBySquaredNorm (ValueType iValue, const VectorType &iNormObject) |
Definition at line 154 of file normalizing_policy.h.
static void lass::prim::Unnormalized::normalize | ( | VectorType & | ) | [inline, static] |
Don't normalize normals we want to keep unnormalized! :) this is a noop.
Definition at line 160 of file normalizing_policy.h.
static void lass::prim::Unnormalized::normalizeAndScale | ( | VectorType & | , | |
ValueType & | ||||
) | [inline, static] |
static ValueType lass::prim::Unnormalized::divideByNorm | ( | ValueType | iValue, | |
const VectorType & | iNormObject | |||
) | [inline, static] |
Definition at line 175 of file normalizing_policy.h.
static ValueType lass::prim::Unnormalized::divideBySquaredNorm | ( | ValueType | iValue, | |
const VectorType & | iNormObject | |||
) | [inline, static] |
Definition at line 183 of file normalizing_policy.h.
Generated on Mon Nov 10 14:22:13 2008 for Library of Assembled Shared Sources by 1.5.7.1 |