Changeset daf5d6 for molecuilder/src/tesselationhelpers.cpp
- Timestamp:
- Aug 19, 2009, 12:30:21 PM (16 years ago)
- Children:
- 78dac6
- Parents:
- 27459a (diff), 6c09a4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/tesselationhelpers.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselationhelpers.cpp
r27459a rdaf5d6 359 359 HeightA.SubtractVector(&par.x1); 360 360 361 t1 = HeightA. Projection(&SideA)/SideA.ScalarProduct(&SideA);361 t1 = HeightA.ScalarProduct(&SideA)/SideA.ScalarProduct(&SideA); 362 362 363 363 SideB.CopyVector(&par.x4); … … 366 366 HeightB.SubtractVector(&par.x3); 367 367 368 t2 = HeightB. Projection(&SideB)/SideB.ScalarProduct(&SideB);368 t2 = HeightB.ScalarProduct(&SideB)/SideB.ScalarProduct(&SideB); 369 369 370 370 cout << Verbose(2) << "Intersection " << intersection << " is at "
Note:
See TracChangeset
for help on using the changeset viewer.
