MEIMotionFrame

MEIMotionFrame

 

typedef	struct MEIMotionFrame {
    long		pointCount;
    MEIXmpFrame		*frame;
    MPIMotionPoint	point;
} MEIMotionFrame;
Description
  pointCount The value specifies the number of frames.
  *frame This structure contains the frame data for each frame. See MEIXmpFrame for more information.
  point This structure specifies the points configuration. See MPIMotionPoint for more information.
     
See Also MPIMotionPoint