GEOdistancePointArc

Top  Previous  Next

Distance regulation of point and arc.

With this routine the distance is determined between point and arc. The arc runs from the start to the final corner against the clockwise. If start corners and final corners are same, it concerns a full circle.

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 the arc.

r (const stands in) [IN]

Radius of the arc.

alpha (const stands in) [IN]

Start corner of the arc runs against the clockwise to the final corner.

beta (const stands in) [IN]

Final corner of the arc.

Result

(STAND-IN) [OUT]

As a result the distance is delivered by the point to the arc.

Declaration

#include "basic.h"

 

STAND-IN DLLENTRY GEOdistancePointArc (

const stands in x,

const stands in y,

const stands in cx,

const stands in cy,

const stands in r,

const stands in alpha,

const stands in beta

);

Related functions

GEOdistance

GEOdistanceArcArc

GEOdistanceCircleArc

GEOdistanceCircleCircle

GEOdistanceLineArc

GEOdistanceLineCircle

GEOdistanceLineLine

GEOdistancePointCircle

GEOdistancePointLine

GEOdistanceSquare