|
Blender V5.0
|
Public Member Functions | |
| WipeData (const WipeVars *wipe, int width, int height, float fac) | |
Public Attributes | |
| float2 | size |
| float2 | pos |
| float2 | normal |
| float | blend_width_inv = 0.0f |
| float | iris_dist = 0.0f |
| float2 | clock_angles |
| float | clock_angle_inv_dif = 0.0f |
| eEffectWipeType | type |
| bool | forward = false |
Definition at line 24 of file vse_effect_wipe.cc.
Definition at line 25 of file vse_effect_wipe.cc.
References WipeVars::angle, blend_width_inv, clock_angle_inv_dif, clock_angles, cosf, WipeVars::edgeWidth, ELEM, float, forward, WipeVars::forward, iris_dist, blender::math::length(), M_PI, normal, pos, blender::math::safe_rcp(), SEQ_WIPE_CLOCK, SEQ_WIPE_DOUBLE, SEQ_WIPE_IRIS, SEQ_WIPE_SINGLE, sinf, size, type, and WipeVars::wipetype.
| float blender::seq::WipeData::blend_width_inv = 0.0f |
Definition at line 88 of file vse_effect_wipe.cc.
Referenced by WipeData().
| float blender::seq::WipeData::clock_angle_inv_dif = 0.0f |
Definition at line 91 of file vse_effect_wipe.cc.
Referenced by WipeData().
| float2 blender::seq::WipeData::clock_angles |
Definition at line 90 of file vse_effect_wipe.cc.
Referenced by WipeData().
| bool blender::seq::WipeData::forward = false |
Definition at line 93 of file vse_effect_wipe.cc.
Referenced by WipeData().
| float blender::seq::WipeData::iris_dist = 0.0f |
Definition at line 89 of file vse_effect_wipe.cc.
Referenced by WipeData().
| float2 blender::seq::WipeData::normal |
Definition at line 87 of file vse_effect_wipe.cc.
Referenced by WipeData().
| float2 blender::seq::WipeData::pos |
Definition at line 86 of file vse_effect_wipe.cc.
Referenced by WipeData().
| float2 blender::seq::WipeData::size |
Definition at line 85 of file vse_effect_wipe.cc.
Referenced by WipeData().
| eEffectWipeType blender::seq::WipeData::type |
Definition at line 92 of file vse_effect_wipe.cc.
Referenced by WipeData().