RhinoList Methods |
The RhinoList type exposes the following members.
Name | Description | |
---|---|---|
Point2dKNeighbors |
Finds a certain amour of points in a list of single-precision 2D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each point cloud point and keeping a "short list".
| |
Point2fKNeighbors |
Finds a certain amour of points in a list of single-precision 2D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each point cloud point and keeping a "short list".
| |
Point3dKNeighbors |
Finds a certain amour of points in a list of 3D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each point cloud point and keeping a "short list".
See RTree KNeighbors for alternatives.
| |
Point3fKNeighbors |
Finds a certain amour of points in a list of single-precision 3D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each point cloud point and keeping a "short list".
| |
PointCloudKNeighbors |
Finds a certain amount of points in a list of 3D points that are the k-closest to a test point.
This method searches needlePoints by computing all distances from each point cloud point and keeping a short list.
|