Package cz.fidentis.analyst.engines.point2surface.impl


package cz.fidentis.analyst.engines.point2surface.impl
  • Classes
    Class
    Description
    This visitor finds the minimal distance between the given 3D point and points (e.g., mesh vertices) stored in visited k-d trees.
    For a given 3D point, this visitor returns the closest node(s) and its/their distance to the point.
    This visitor finds the minimal distance between a given 3D point and triangular meshes The minimal distance is computed between the 3D point and triangles of the mesh facets, i.e., the closest point at the triangle surface is found.