Ignore:
Timestamp:
Dec 19, 2009, 7:32:24 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
eda56a
Parents:
f78203
Message:

Attempt to fix the embedding.

Basically it would be working, but there was some failures with the FindClosestTriangleToPoint() routines.
We get triangles wrong if we start looking for the closest point. Actually, we should really look at each
triangle and check the distance. Now, we look at least at each line, but code is unfinished and crashes at the end
unexplainedly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule_pointcloud.cpp

    rf78203 rff4611  
    5050};
    5151
     52/** Return the greatest index of all atoms in the list.
     53 * \return greatest index
     54 */
     55int molecule::GetMaxId() const
     56{
     57  return last_atom;
     58};
     59
    5260/** Go to next atom.
    5361 * Stops at last one.
Note: See TracChangeset for help on using the changeset viewer.