Lines Matching defs:lpe
16 #include "live_effects/lpe-parallel.h"
121 LPEParallel *lpe = dynamic_cast<LPEParallel *>(_effect);
125 double lambda = L2(s - lpe->offset_pt) * sgn(dot(s - lpe->offset_pt, lpe->dir));
126 lpe->length_left.param_set_value(-lambda);
136 LPEParallel *lpe = dynamic_cast<LPEParallel *>(_effect);
140 double lambda = L2(s - lpe->offset_pt) * sgn(dot(s - lpe->offset_pt, lpe->dir));
141 lpe->length_right.param_set_value(lambda);
149 LPEParallel const *lpe = dynamic_cast<LPEParallel const*>(_effect);
150 return lpe->C;
156 LPEParallel const *lpe = dynamic_cast<LPEParallel const*>(_effect);
157 return lpe->D;