Returns the center point of the triangle specified by the A, B, C points.
Namespace: RSGraphics
Delphi |
function InCenterPoint( const A, B, C: TPoint ): TPoint; overload; |
Parameters
A
Type: TPoint
B
Type: TPoint
C
Type: TPoint
Type: TPoint