GEOdistanceCircleCircle

Top  Previous  Next

Distance regulation of two circles.

With this routine the distance is determined if they do not cut themselves. If both circles have the same centre, the difference of the radii is delivered.

Parametre

cx1 (const stands in) [IN]

M_Param_Beschr

cy1 (const stands in) [IN]

M_Param_Beschr

r1 (const stands in) [IN]

M_Param_Beschr

cx2 (const stands in) [IN]

M_Param_Beschr

cy2 (const stands in) [IN]

M_Param_Beschr

r2 (const stands in) [IN]

M_Param_Beschr

Result

(STAND-IN) [OUT]

If both circles cut themselves, becomes 0.0 zurückgeliefert, but the distance.

Declaration

#include "basic.h"

 

STAND-IN DLLENTRY GEOdistanceCircleCircle (

const stands in cx1,

const stands in cy1,

const stands in r1,

const stands in cx2,

const stands in cy2,

const stands in r2

);

Related functions

GEOdistance

GEOdistanceArcArc

GEOdistanceCircleArc

GEOdistanceLineArc

GEOdistanceLineCircle

GEOdistanceLineLine

GEOdistancePointArc

GEOdistancePointCircle

GEOdistancePointLine

GEOdistanceSquare