Point
|
| Name | Description | |
|---|---|---|
| Point2dCollection | Default constructor for the Point2dCollection class. Creates an empty collection of 2D points. | |
| Point2dCollection(Int32) | Constructor for the Point2dCollection class. Creates an empty collection of 2D points with start capacity. | |
| Point2dCollection(Point2d) | Constructor for the Point2dCollection class. Creates a collection of 2d points from the passed array. |