The PointSet type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Capacity |
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.) | |
| Center | Gets the center of the point set. | |
| Count |
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.) | |
| IsPlane | Tests if all points lie on the same plane. | |
| Item | Gets or sets a point in the set. | |
| LeastSquaresLine | Gets the 2d linear least squares fitting of a point set. | |
| LeastSquaresPlane | Gets the planar least squares fitting of a point set. | |
| OrthogonalLeastSquaresLine | Gets the 3d orthogonal linear least squares fitting of a point set. | |
| OrthogonalLeastSquaresPlane | Gets the orthogonal planar least squares fitting of a point set. |