points
Generates a sequence of all the points stored in the points
collection.
This method iterates over the points
collection and yields each element. Useful for lazily accessing the points in the order they are stored.
Return
A sequence of points contained within the points
collection.