BCGSuite for MFC
CBCGPPoint

Detailed Description

Represents an x-coordinate and y-coordinate pair, expressed as double values, in two-dimensional space.

Public Member Functions

 CBCGPPointDefault constructor.
 
 CBCGPPointConstructor.
 
 CBCGPPointCopy constructor.
 
 CBCGPPointCopy constructor.
 
 OffsetAdds values to the x, y and z members of the CBCGPPoint.
 
 OffsetAdds values to the x and y members of the CPoint.
 
 operator CPointConverts the object to MFC's CPoint.
 
 operator!=Inequality operator.
 
 operator*Multiplication operator.
 
 operator*=Multiplication assignment operator.
 
 operator+Addition operator.
 
 operator+=Addition assignment operator.
 
 operator-Subtraction operator.
 
 operator-Negation operator.
 
 operator-=Subtraction assignment operator.
 
 operator/Division operator.
 
 operator/=Division assignment operator.
 
 operator=Assignment operator.
 
 operator==Equality operator.
 
 ScaleScales the point by the specified scaling ratio.
 
 ScaleScales the point by the specified scaling ratio.
 
 ScaleScales the point by the specified scaling ratio.
 
 SetPointSets a point.
 
 SetPointSets a point.
 
 SwapSwaps x and y values.
 

Public Attributes

 xThe x coordinate.
 
 yThe y coordinate.
 
 zThe z coordinate.