Changeset 424d3fe
- Timestamp:
- Apr 22, 2010, 3:03:42 PM (15 years ago)
- Children:
- f07455
- Parents:
- 447896
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/tesselation.cpp
r447896 r424d3fe 2242 2242 ShortestAngle = 999999.; // This will contain the angle, which will be always positive (when looking for second point), when looking for third point this will be the quadrant. 2243 2243 2244 Temporary = NULL; 2244 2245 FindSecondPointForTesselation(BaseLine->endpoints[0]->node, NormalVector, Temporary, &ShortestAngle, RADIUS, LC); // we give same point as next candidate as its bonds are looked into in find_second_... 2245 2246 if (Temporary == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.