pointAt method

Point<num> pointAt(
  1. int index
)

Implementation

Point pointAt(int index) => _points[index];