GEOdistancePointCircle

Top  Previous  Next

Distance regulation of point and circle.

With this routine the distance is determined by the point to the circle. The radius has already departed from the distance.

Parametre

x (const stands in) [IN]

y (const stands in) [IN]

Co-ordinates of the point.

cx (const stands in) [IN]

cy (const stands in) [IN]

Centre of a circle.

r (const stands in) [IN]

Radius of the circle.

Result

(STAND-IN) [OUT]

Distance of the point and circle.

Declaration

#include "basic.h"

 

STAND-IN DLLENTRY GEOdistancePointCircle (

const stands in x,

const stands in y,

const stands in cx,

const stands in cy,

const stands in r

);

Related functions

GEOdistance

GEOdistanceArcArc

GEOdistanceCircleArc

GEOdistanceCircleCircle

GEOdistanceLineArc

GEOdistanceLineCircle

GEOdistanceLineLine

GEOdistancePointArc

GEOdistancePointLine

GEOdistanceSquare