Changeset 321


Ignore:
Timestamp:
02/01/15 01:11:14 (9 years ago)
Author:
Maciej Komosinski
Message:

Fixed regression (missing side effect that existed earlier)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/3d.cpp

    r305 r321  
    7575        if (fabs(t1.x) > 1e-50 || fabs(t1.y) > 1e-50) // non-vertical
    7676        {
     77                z = atan2(t1.y, t1.x);
    7778                rotate2D(-z, t1.x, t1.y);
    7879                rotate2D(-z, t2.x, t2.y);
Note: See TracChangeset for help on using the changeset viewer.