Uses of Class
cz.fidentis.analyst.engines.distance.impl.MeshDistanceVisitorImpl

Packages that use MeshDistanceVisitorImpl
  • Uses of MeshDistanceVisitorImpl in cz.fidentis.analyst.engines.distance.impl

    Modifier and Type
    Class
    Description
    class 
    This visitor searches for the closest points of the primary mesh (provided to the constructor) and inspected meshes using nearest neighbor (NN) search , then provides these closest points, their distances, etc.
    class 
    This visitor searches for the closest points of the primary mesh (provided to the constructor) and inspected meshes by casting rays (RC) in the direction of normal vectors on the inspected mesh.
    class 
    This visitor searches for the closest points of the primary mesh (provided to the constructor) and inspected meshes by casting rays (RC) in the direction of normal vectors on the inspected mesh.