getStart method

Vector3 getStart()

Implementation

Vector3 getStart() {
  throwErrorIfNoPoints('getStart');
  return points.first;
}