MPIPathArcCenter

MPIPathArcCenter  

 

typedef struct MPIPathArcCenter {
	MPIPathPoint	center;
	double			angle;
} MPIPathArcCenter;
Description

PathArcCenter 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 MPIPathPoint 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 MPIPathElement | MPIPathParams | MPIPathArc