Calculate the area with the following
double DCSSignedArea( CArray& cx,
// The X coordinates.
CArray& cy
// The Y coordinates.
)
{
double sum = 0;
// The signed area.
int nxtv;
// Counter.
for ( nxtv=0; nxtv