MPIPathLine

MPIPathLine  

 

typedef struct MPIPathLine {
	MPIPathPoint	point;
} MPIPathLine;
Description

PathLine specifies the parameters for a linear path element. It supports up to MPIPathPointDIMENSION_MAX dimensions. All lines start at the end position for the last path element added to the path or the present command position if the line is the first element in the path.

  point This structure defines the end point coordinates for the linear segment.
     
See Also MPIPathElement | MPIPathParams | MPIPathPointDIMENSION_MAX