Lines Matching refs:lpe
18 #include "live_effects/lpe-copy_rotate.h"
448 LPECopyRotate* lpe = dynamic_cast<LPECopyRotate *>(_effect);
454 lpe->starting_angle.param_set_value(deg_from_rad(-angle_between(lpe->dir, s - lpe->origin)));
456 lpe->dist_angle_handle = L2(lpe->B - lpe->A);
458 lpe->dist_angle_handle = L2(p - lpe->origin);
468 LPECopyRotate* lpe = dynamic_cast<LPECopyRotate *>(_effect);
474 lpe->rotation_angle.param_set_value(deg_from_rad(-angle_between(lpe->dir, s - lpe->origin)) - lpe->starting_angle);
476 lpe->dist_angle_handle = L2(lpe->B - lpe->A);
478 lpe->dist_angle_handle = L2(p - lpe->origin);
488 LPECopyRotate const *lpe = dynamic_cast<LPECopyRotate const*>(_effect);
489 return lpe->start_pos;
495 LPECopyRotate const *lpe = dynamic_cast<LPECopyRotate const*>(_effect);
496 return lpe->rot_pos;