Home | nevrax.com |
|
NL3D::CPSValueBlendSampleFunc Class Template ReferenceThis temlate functor blend between 2 values by performing n samples (n = template parameter) It may be faster that the CPSValueBlendFunc in some cases. More...
Inheritance diagram for NL3D::CPSValueBlendSampleFunc:
Detailed Descriptiontemplate<typename T, const uint n>
This temlate functor blend between 2 values by performing n samples (n = template parameter) It may be faster that the CPSValueBlendFunc in some cases.
|
|
ctor.
Definition at line 224 of file ps_attrib_maker_template.h. |
|
Definition at line 242 of file ps_attrib_maker_template.h. |
|
restrieve the start and end Value.
Implements NL3D::CPSValueBlendFuncBase. Definition at line 203 of file ps_attrib_maker_template.h. |
|
this produce Values.
Definition at line 195 of file ps_attrib_maker_template.h. |
|
serialization.
Definition at line 227 of file ps_attrib_maker_template.h. |
|
set the Values.
Implements NL3D::CPSValueBlendFuncBase. Definition at line 211 of file ps_attrib_maker_template.h. Referenced by NL3D::CPSValueBlendSampleFunc< NLMISC::CRGBA, n >::serial. |
|