GEOdistanceLineLine

Top  Previous  Next

Distance regulation of two lines.

With this routine the distance is determined by two lines. If she cuts herself 0.0 zurückgeliefert.

Parametre

sx1 (const stands in) [IN]

sy1 (const stands in) [IN]

Starting point of the first line.

ex1 (const stands in) [IN]

ey1 (const stands in) [IN]

Terminator point of the first line.

sx2 (const stands in) [IN]

sy2 (const stands in) [IN]

Starting point of the second line.

ex2 (const stands in) [IN]

ey2 (const stands in) [IN]

Terminator point of the second line.

Result

(STAND-IN) [OUT]

As a result the distance is determined between both lines. If both lines cut themselves, becomes 0.0 zurückgeliefert.

Declaration

#include "basic.h"

 

STAND-IN DLLENTRY GEOdistanceLineLine (

const stands in sx1,

const stands in sy1,

const stands in ex1,

const stands in ey1,

const stands in sx2,

const stands in sy2,

const stands in ex2,

const stands in ey2

);

Related functions

GEOdistance

GEOdistanceArcArc

GEOdistanceCircleArc

GEOdistanceCircleCircle

GEOdistanceLineArc

GEOdistanceLineCircle

GEOdistancePointArc

GEOdistancePointCircle

GEOdistancePointLine

GEOdistanceSquare