getEnd method

Vector3 getEnd()

Implementation

Vector3 getEnd() {
  throwErrorIfNoPoints('getEnd');
  return points.last;
}