GEOdistanceSquare

Top  Previous  Next

Square of the distance of two points.

Parametre

x1 (const stands in) [IN]

y1 (const stands in) [IN]

Co-ordinates of the first point.

x2 (const stands in) [IN]

y2 (const stands in) [IN]

Co-ordinates of the second point.

Result

(STAND-IN) [OUT]

Square of the distance.

Declaration

#include "basic.h"

 

STAND-IN DLLENTRY GEOdistanceSquare (

const stands in x1,

const stands in y1,

const stands in x2,

const stands in y2

);

Related functions

GEOdistance

GEOdistanceArcArc

GEOdistanceCircleArc

GEOdistanceCircleCircle

GEOdistanceLineArc

GEOdistanceLineCircle

GEOdistanceLineLine

GEOdistancePointArc

GEOdistancePointCircle

GEOdistancePointLine