MPIGeometricPathLine

Definition

typedef struct MPIGeometricPathLine {
   MPIGeometricPathPoint   point;
} MPIGeometricPathLine;

Description

MPIGeometricPathLine specifies the parameters for a linear path element. It supports up to MPIGeometricPathPointDIMENSION_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

MPIGeometricPathElement | MPIGeometricPathParams | MPIGeometricPathPointDIMENSION_MAX