/approachdistance

Toy code for computing the closest distance that a moving mesh approaches to a given point

Primary LanguageC++

approachdistance

Toy code for computing the closest distance that a moving mesh approaches to a given point.

The main function you want is approachDistance() in ApproachDistance.h. The main.cpp is just a test program showing the usage.