MPIGeometricPathArcEndPoint
Definition
typedef struct MPIGeometricPathArcEndPoint { MPIGeometricPathPoint center; MPIGeometricPathPoint endPoint; MPIGeometricPathDirection direction; } MPIGeometricPathArcEndPoint;
Description
MPIGeometricPathArcEndPoint specifies the parameters for an arc path element. It supports 2 dimensional arcs only. All arcs start at the end position for the last path element added to the path or the present command position if the arc is the first element in the path.
center | This structure defines the coordinates for the center point of the arc. Please see MPIGeometricPathPoint data type documentation for more information. |
---|---|
endPoint | This structure defines the coordinates for the final point of the arc. Please see MPIGeometricPathPoint data type documentation for more information. |
direction | This value defines the travel direction, counter-clockwise or clockwise. Please see MPIGeometricPathDirection data type documentation for more information. |
See Also
MPIGeometricPathElement | MPIGeometricPathParams | MPIGeometricPathDirection