MPIGeometricPathArcCenter
Definition
typedef struct MPIGeometricPathArcCenter { MPIGeometricPathPoint center; double angle; } MPIGeometricPathArcCenter;
Description
MPIGeometricPathArcCenter 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. |
---|---|
angle | This value defines the relative travel angle. Units are in degrees. Positive values specify counter-clockwise motion and negative values specify clockwise motion. |
See Also
MPIGeometricPathElement | MPIGeometricPathParams | MPIGeometricPathArc