PathPoint constructor

PathPoint(
  1. PointType type
)

Implementation

PathPoint(PointType type) : _type = type;