The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



EuclideanDistance


Unit:SDL_math1
Class:None
Declaration:function EuclideanDistance (x1,y1,x2,y2: double): double;

The function EuclideanDistance returns the Euclidean distance between two points defined by the coordinates [x1,y1] and [x2,y2].



Last Update: 2008-Okt-29