endPointer method

dynamic endPointer(
  1. double x,
  2. double y
)

Implementation

endPointer(double x, double y) {
  endPoint = Point<double>(x, y);
}