|
|
PointsCloud Methods |
The PointsCloud type exposes the following members.
| Name | Description | |
|---|---|---|
| FindQuadrilateralCorners |
Find corners of quadrilateral or triangular area, which contains the specified collection of points.
| |
| GetBoundingRectangle |
Get bounding rectangle of the specified list of points.
| |
| GetCenterOfGravity |
Get center of gravity for the specified list of points.
| |
| GetFurthestPoint |
Find furthest point from the specified point.
| |
| GetFurthestPointFromLine(IEnumerableIntPoint, IntPoint, IntPoint) |
Find the furthest point from the specified line.
| |
| GetFurthestPointFromLine(IEnumerableIntPoint, IntPoint, IntPoint, Single) |
Find the furthest point from the specified line.
| |
| GetFurthestPointsFromLine(IEnumerableIntPoint, IntPoint, IntPoint, IntPoint, IntPoint) |
Find two furthest points from the specified line.
| |
| GetFurthestPointsFromLine(IEnumerableIntPoint, IntPoint, IntPoint, IntPoint, Single, IntPoint, Single) |
Find two furthest points from the specified line.
| |
| Shift |
Shift cloud by adding specified value to all points in the collection.
|