|
| | GA_GenericMathPoint (const GA_ROGenericHandlePoint< T > &h) |
| |
| | GA_GenericMath (const GA_ROGenericHandle< T, T_OWNER > &h) |
| |
| bool | setElement (T &val) |
| |
| void | copy (GA_Offset source_index) const |
| |
| void | add (GA_WeightedSum &sum, GA_Offset source_index, fpreal w) const |
| |
| void | addH (GA_WeightedSum &sum, GA_Offset source_index, fpreal w) const |
| |
| void | startSum (const GA_WeightedSum &sum) const |
| |
| void | startHSum (const GA_WeightedSum &sum) const |
| |
| void | finishSum (const GA_WeightedSum &sum, fpreal normalization=1) const |
| |
| void | finishHSum (const GA_WeightedSum &sum, fpreal normalization=1) const |
| |
| bool | isEqual (const T &val) const |
| |
| bool | isAlmostEqual (const T &val) const |
| |
| void | zero () const |
| |
| void | multiply (fpreal scale) const |
| |
| void | copyDest (T val) const |
| |
| void | addDest (T val) const |
| |
| void | addDest (GA_WeightedSum &sum, T val, fpreal w) const |
| |
| void | subDest (T val) const |
| |
| void | lerpDest (T s0, T s1, fpreal t) const |
| |
| void | addHDest (GA_WeightedSum &sum, T val, fpreal w) const |
| |
| void | dehomogenizeData (T *data, int size) |
| |
template<typename T>
class GA_GenericMathPoint< T >
Specialization of GA_GenericMath for GA_ATTRIB_POINT offsets.
Definition at line 330 of file GA_GenericHandle.h.