MapGuide API Reference
|
virtual MgArcSegment* MgGeometryFactory::CreateArcSegment | ( | MgCoordinate * | start, |
MgCoordinate * | end, | ||
MgCoordinate * | control | ||
) | [virtual] |
Creates an arc segment from start, end, and control coordinates.
virtual MgArcSegment CreateArcSegment(MgCoordinate start, MgCoordinate end, MgCoordinate control); |
virtual MgArcSegment CreateArcSegment(MgCoordinate start, MgCoordinate end, MgCoordinate control); |
virtual MgArcSegment CreateArcSegment(MgCoordinate start, MgCoordinate end, MgCoordinate control); |
start | (MgCoordinate) The MgCoordinate that specifies the start point of the arc. |
end | (MgCoordinate) The MgCoordinate that specifies the end point of the arc. |
control | (MgCoordinate) The MgCoordinate that specifies the control point of the arc. |