载入中...
搜索中...
未找到
eve::particles::ParticleCurve类 参考
Multi-point scalar curve sampled with linear interpolation between points. Empty curve means "use the legacy two-point linear fallback". 更多...
#include <ParticleCurve.h>
Public 成员函数 | |
| void | clear () |
| void | add (float t, float v) |
| bool | empty () const |
| size_t | size () const |
| const CurvePoint & | at (size_t i) const |
| float | sample (float t, float fallback) const |
| Sample at normalized t; fallback is returned when the curve is empty. | |
详细描述
Multi-point scalar curve sampled with linear interpolation between points. Empty curve means "use the legacy two-point linear fallback".
在文件 ParticleCurve.h 第 88 行定义.
成员函数说明
◆ add()
|
inline |
在文件 ParticleCurve.h 第 92 行定义.
◆ at()
|
inline |
在文件 ParticleCurve.h 第 100 行定义.
◆ clear()
|
inline |
在文件 ParticleCurve.h 第 90 行定义.
◆ empty()
|
inline |
在文件 ParticleCurve.h 第 98 行定义.
被这些函数引用 eve::particles::stepEmitterSim().
◆ sample()
|
inline |
Sample at normalized t; fallback is returned when the curve is empty.
在文件 ParticleCurve.h 第 103 行定义.
被这些函数引用 eve::particles::stepEmitterSim().
◆ size()
|
inline |
在文件 ParticleCurve.h 第 99 行定义.
该类的文档由以下文件生成:
- src/modules/particles/ParticleCurve.h