moveTo abstract method

void moveTo(
  1. PointT p
)

Add a moveTo to the path

Implementation

void moveTo(PointT p);