X2 (Get method)

Gets the value of the second point on the X axis.

double  X2()

Return Value

The value of the second point on the X axis.

X2 (Set method)

Sets the value of the second point on the X axis.

void  X2(
   const double  x2      // value of the second point on the X axis 
   )

Parameters

x2

[in]  The value of the second point on the X axis.

X1
X3