SPath constructor

SPath(
  1. Point<double> start
)

Implementation

SPath(Point<double> start) {
  currentPoint = start;
}