- Timestamp:
- 02/01/15 01:11:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/3d.cpp
r305 r321 75 75 if (fabs(t1.x) > 1e-50 || fabs(t1.y) > 1e-50) // non-vertical 76 76 { 77 z = atan2(t1.y, t1.x); 77 78 rotate2D(-z, t1.x, t1.y); 78 79 rotate2D(-z, t2.x, t2.y);
Note: See TracChangeset
for help on using the changeset viewer.