Ignore:
Timestamp:
Apr 26, 2012, 8:59:09 AM (12 years ago)
Author:
sommeria
Message:

civ_matlab and patch improved, changes in the management of interpolation (still in progress).
adapatation to movies (use of VideoReader?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_object.m

    r379 r397  
    168168        yline=[yline; ObjectData.Coord(1,2)];
    169169    elseif isequal(ObjectData.Type,'plane')|| isequal(ObjectData.Type,'volume')
    170         phi=ObjectData.Phi*pi/180;%angle in radians
     170        phi=ObjectData.Angle(3)*pi/180;%angle in radians
    171171        Xend_x=xline(1)+XMax*cos(phi);
    172172        Xend_y=yline(1)+XMax*sin(phi);
Note: See TracChangeset for help on using the changeset viewer.